From 0d1efa17cf9e573bd172ab10e931d9afb56e2a30 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Fri, 14 Jul 2023 11:23:16 +0300 Subject: [PATCH] fix react native install guide --- 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 559bb04..d9c667f 100644 --- a/src/guide/install.md +++ b/src/guide/install.md @@ -29,11 +29,11 @@ We recommend using our official Swift package: [breez/breez-sdk-swift](https://g We recommmend using the official npm package: ```console -$ npm install @breeztech/react-native-breez-sdk +$ npm install https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz ``` or ```console -$ yarn add @breeztech/react-native-breez-sdk +$ yarn add https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz ``` ## Go