diff --git a/README.md b/README.md index b6cd973b..5e0fc470 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ FaunaStream stream = client.stream(request, Product.class); CompletableFuture> futureStream = client.asyncStream(request, Product.class); ``` -Alternatively, you also pass an FQL that returns a stream token to `stream()` or +Alternatively, you can pass an FQL that returns a stream token to `stream()` or `asyncStream()`: ```java