diff --git a/README.md b/README.md index 4c8b90b..6c84d82 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ on the Pi. ## Install this module ```bash -$ npm install htu21d-i2c +$ npm install @abandonware/htu21d-i2c ``` ## Usage ````javascript -var i2c_htu21d = require('htu21d-i2c'); +var i2c_htu21d = require('@abandonware/htu21d-i2c'); // If using a Raspberry Pi, do not specify the i2c device name. // The correct name will be used based on the board revision.