From fc916a57531f120ede33dc0d782c575c5ba3b4fa Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Wed, 23 Sep 2020 10:30:26 +0200 Subject: [PATCH] typo word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2907f12..78ee558 100644 --- a/README.md +++ b/README.md @@ -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.