Skip to content

Commit

Permalink
typo word
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Sep 23, 2020
1 parent fffaa97 commit fc916a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ setInterval(() => {
}, 1000)
```

This example code will download the whole BTCUSD trades dataset from Bitfinex Terminal. If the connection is reset, it will just resume where it stopeed. We also make a request for a timerange and print it to the console. The timerange is prioritized and downloaded first. When all downloading is finished, we keep the socket open to receive the latest updates. Thats a lot Bitfinex Terminal and Dazaar does for us in the background.
This example code will download the whole BTCUSD trades dataset from Bitfinex Terminal. If the connection is reset, it will just resume where it stopped. We also make a request for a timerange and print it to the console. The timerange is prioritized and downloaded first. When all downloading is finished, we keep the socket open to receive the latest updates. That is a lot thats done for us behind the scenes.

<a id="example-candles" />

Expand Down

0 comments on commit fc916a5

Please sign in to comment.