Docs: Fix libhalo npm package references (#220)

This commit is contained in:
Michał Leszczyński
2023-08-03 22:22:46 +02:00
committed by GitHub
parent f350404aba
commit a103e7fbf8
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
```bash
npm i --save qrcode
npm i --save websocket
npm i --save libhalo
npm i --save @arx-research/libhalo
```
## Basic usage

View File

@@ -3,7 +3,7 @@
## Install dependencies
```bash
npm i --save nfc-pcsc
npm i --save libhalo
npm i --save @arx-research/libhalo
```
## Basic usage

View File

@@ -9,7 +9,7 @@ These steps are common for both Android and iOS applications:
**Using NPM:**
```
npm install --save react-native-nfc-manager
npm install --save libhalo
npm install --save @arx-research/libhalo
```
**Using Yarn:**
```bash