Skip to content

Commit

Permalink
Fix capitalization typo in README config example (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: williamsfu99 <32112201+williamsfu99@users.noreply.github.com>
  • Loading branch information
ayshptk and williamsfu99 committed Apr 11, 2022
1 parent cc66574 commit 9b426a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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):
Expand Down

0 comments on commit 9b426a3

Please sign in to comment.