Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Pedroza <[email protected]>
  • Loading branch information
fauna-chase and pnwpedro authored Mar 26, 2024
1 parent 5c9d182 commit c0a4b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ except ServiceError as e:
Below are examples on how to get started with streaming in the python driver. For more information on streaming capabilities visit our [Streaming Documentation](https://docs.fauna.com/fauna/current/reference/streaming_reference/)

There are two ways a stream can be initiated with the python driver:
1. Obtaining a stream token by first issuing a fql query that returns a stream token and providing that to the clients' stream method.
1. Obtaining a stream token by first issuing a fql query that returns a stream token and providing that to the client's stream method.
2. Providing the stream method with a fql query that returns a stream token
1. In this case the stream method will first issue a request to obtain the stream token and then start the stream.

Expand Down

0 comments on commit c0a4b15

Please sign in to comment.