From 052b511dc53fabde8e329d10c756a200fa7bd3f0 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Mon, 4 Sep 2023 23:08:24 +0200 Subject: [PATCH] Update RN install commands --- src/guide/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/install.md b/src/guide/install.md index 6cdf43c..c70b364 100644 --- a/src/guide/install.md +++ b/src/guide/install.md @@ -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: ```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 ```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