mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-15 01:55:48 +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`:
|
In an existing project (with `package.json`), install `xrpl.js`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ npm install xrpl@beta
|
$ npm install xrpl
|
||||||
```
|
```
|
||||||
|
|
||||||
Example usage:
|
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
|
```shell
|
||||||
npm install react-native-crypto
|
npm install react-native-crypto
|
||||||
npm install xrpl@beta
|
npm install xrpl
|
||||||
# install peer deps
|
# install peer deps
|
||||||
npm install react-native-randombytes
|
npm install react-native-randombytes
|
||||||
# install latest rn-nodeify
|
# install latest rn-nodeify
|
||||||
|
|||||||
Reference in New Issue
Block a user