Skip to content

Commit 98bbe8b

Browse files
Updated README.md to match websocket interface
1 parent 55ab379 commit 98bbe8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,9 @@ subscribe_data = {
472472
}
473473

474474
# Start processing the Shrimpy websocket stream!
475-
client.start()
475+
client.connect()
476476
client.subscribe(subscribe_data, handler)
477477

478478
# Once complete, stop the client
479-
client.stop()
479+
client.disconnect()
480480
```

0 commit comments

Comments
 (0)