From 06bef9c1b279085fdca5cfc57d3a1ae70df9651e Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Mon, 6 Jun 2016 16:54:10 -0400 Subject: [PATCH] fix install instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4b0a2..f336096 100644 --- a/README.md +++ b/README.md @@ -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. ```sh -$ npm install mpr121 +$ npm install adafruit/node_mpr121 + ``` ## Example