fix install instructions
This commit is contained in:
parent
53464f0e6e
commit
06bef9c1b2
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Access a [MPR121 breakout](https://www.adafruit.com/product/2024) using Node.js
|
||||||
This library requires [Node.js](https://nodejs.org/) v6.0.0 or higher.
|
This library requires [Node.js](https://nodejs.org/) v6.0.0 or higher.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install mpr121
|
$ npm install adafruit/node_mpr121
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue