Updating README

This commit is contained in:
Chris Troutner
2021-07-12 19:52:29 -07:00
parent a75e1ab633
commit cc3bc002e7
+1 -1
View File
@@ -57,7 +57,7 @@ rate limits when interacting with the back end server. See [this article](https:
```
const BCHJS = require("@psf/bch-js")
let bchjs = new BCHJS({
restURL: 'https://bchn.fullstack.cash/v3/',
restURL: 'https://bchn.fullstack.cash/v5/',
apiToken: 'eyJhbGciO...' // Your JWT token here.
})
```