mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-08 20:58:02 -05:00
Docs: Fix libhalo npm package references (#220)
This commit is contained in:
committed by
GitHub
parent
f350404aba
commit
a103e7fbf8
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Install dependencies
|
||||
```bash
|
||||
npm i --save nfc-pcsc
|
||||
npm i --save libhalo
|
||||
npm i --save @arx-research/libhalo
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user