Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit d0938e0

Browse files
Merge pull request #873 from msn0/patch-1
Typo fix in readme.md
2 parents a5b08d0 + 084061e commit d0938e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ source
5656
});
5757
```
5858

59-
Now what if this data were to come as some sort of event, for example a stream, such as as a WebSocket, then we could pretty much write the same query to iterate our data, with very little change.
59+
Now what if this data were to come as some sort of event, for example a stream, such as a WebSocket, then we could pretty much write the same query to iterate our data, with very little change.
6060

6161
```js
6262
/* Get stock data somehow */

0 commit comments

Comments
 (0)