Skip to content

Commit

Permalink
Update README.md (superstreamlabs#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbazen authored Jan 8, 2024
1 parent 08adf88 commit 9d16ee0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@ Update-Package Memphis.Client
```c#
using Memphis.Client;
```

### Quickstart - Producing and Consuming

The most basic functionaly of memphis is the ability to produce messages to a station and to consume those messages.

> The Memphis.py SDK uses asyncio for many functions. Make sure to call the following code in an async function:
```python
async def main():
...

if __name__ == '__main__':
asyncio.run(main())
```

First, a connection to Memphis must be made:

```c#
Expand Down

0 comments on commit 9d16ee0

Please sign in to comment.