Skip to content

Commit

Permalink
abandonware: Update doc
Browse files Browse the repository at this point in the history
Relate-to: bbx10#5
Change-Id: Iecdc0fd7615f8a447b239652df43c70c044ce7ba
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Feb 7, 2020
1 parent e921a88 commit 395a1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 395a1e7

Please sign in to comment.