From cc3bc002e7eef7a2bdde70249fcdbf805610246b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 12 Jul 2021 19:52:29 -0700 Subject: [PATCH] Updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9154427..27bc374 100644 --- a/README.md +++ b/README.md @@ -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. }) ```