docs: updates README adding @beta to npm install

This commit is contained in:
Nathan Nichols
2021-09-30 08:37:00 -07:00
committed by Mayukha Vadari
parent 578f35dd35
commit 0644e0467b

View File

@@ -33,7 +33,7 @@ See also: [RippleAPI Beginners Guide](https://xrpl.org/get-started-with-rippleap
In an existing project (with `package.json`), install `xrpl.js`:
```
$ npm install xrpl
$ npm install xrpl@beta
```
Then see the [documentation](#documentation).