From 01ee4e03d29ba39a95beacb4cee3c384739cbba5 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Sat, 11 Sep 2021 15:05:12 -0500 Subject: [PATCH] doc: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95cd303..7866115 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ const API_KEY = 'xxx'; const PRIVATE_KEY = 'yyy'; const useLivenet = false; -const client = new javascript( +const client = new SpotClient( API_KEY, PRIVATE_KEY,