Skip to content

Commit 9b426a3

Browse files
Fix capitalization typo in README config example (#111)
Co-authored-by: williamsfu99 <[email protected]>
1 parent cc66574 commit 9b426a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const SetJsConfig = {
4747
...SetJsEthereumMainnetAddresses,
4848
};
4949
50-
const SetJsInstance = new SetJs(setJsConfig);
50+
const SetJsInstance = new SetJs(SetJsConfig);
5151
```
5252

5353
4. Begin using the Set Protocol. Try this command to see if your instance has been set up correctly (for ethereum production mainnet):

0 commit comments

Comments
 (0)