Skip to content

Commit

Permalink
[DOCS-3455] README: Update streaming sample data (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Sep 27, 2024
1 parent 85b6ef0 commit 226786c
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 @@ -498,7 +498,7 @@ client.stream(streamToken);
You can also pass a query that produces a stream token directly to `stream()`:

```javascript
const query = fql`Product.all().changesOn(.price, .quantity)`;
const query = fql`Product.all().changesOn(.price, .stock)`;

client.stream(query);
```
Expand Down

0 comments on commit 226786c

Please sign in to comment.