mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
docs: remove @beta from README (#1759)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user