docs: remove @beta from README (#1759)

This commit is contained in:
Nathan Nichols
2021-10-19 16:47:01 -05:00
committed by GitHub
parent 10c309ba70
commit 73bc7152ca

View File

@@ -33,7 +33,7 @@ What is `xrpl.js` used for? The applications on the list linked above use `xrpl.
In an existing project (with `package.json`), install `xrpl.js`:
```
$ npm install xrpl@beta
$ npm install xrpl
```
Example usage:
@@ -66,7 +66,7 @@ If you want to use `xrpl.js` with React Native you will need to have some of the
```shell
npm install react-native-crypto
npm install xrpl@beta
npm install xrpl
# install peer deps
npm install react-native-randombytes
# install latest rn-nodeify