From cc0d15fc5b4c3da20879a683fb1be5a7fb35fb9d Mon Sep 17 00:00:00 2001 From: ayush Date: Mon, 11 Apr 2022 17:55:54 +0530 Subject: [PATCH] fixed typo :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aaa42f..c4edbc9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ const SetJsConfig = { ...SetJsEthereumMainnetAddresses, }; -const SetJsInstance = new SetJs(setJsConfig); +const SetJsInstance = new SetJs(SetJsConfig); ``` 4. Begin using the Set Protocol. Try this command to see if your instance has been set up correctly (for ethereum production mainnet):