Update RN install commands

This commit is contained in:
Ross Savage
2023-09-04 23:08:24 +02:00
parent 40e1719aba
commit 052b511dc5

View File

@@ -63,11 +63,11 @@ See [the example](https://github.com/breez/breez-sdk/tree/main/libs/sdk-bindings
We recommmend using the official npm package: We recommmend using the official npm package:
```console ```console
npm install https://github.com/breez/breez-sdk-react-native/releases/download/0.1.4/breeztech-react-native-breez-sdk-0.1.4.tgz npm install @breeztech/react-native-breez-sdk
``` ```
or or
```console ```console
yarn add https://github.com/breez/breez-sdk-react-native/releases/download/0.1.4/breeztech-react-native-breez-sdk-0.1.4.tgz yarn add @breeztech/react-native-breez-sdk
``` ```
## Go ## Go