Skip to content

Commit

Permalink
doc: Add @abandonware prefix
Browse files Browse the repository at this point in the history
May be reverted if upstream maintainance is transfered.

Change-Id: I32b214cf38213abe0dea286af01fd55771302fb9
Relate-to: kelly#97
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr committed Jan 13, 2020
1 parent 0f44995 commit 59baa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install i2c

```javascript

var i2c = require('i2c');
var i2c = require('@abandonware/i2c');
var address = 0x18;
var wire = new i2c(address, {device: '/dev/i2c-1'}); // point to your i2c address, debug provides REPL interface

Expand Down

0 comments on commit 59baa73

Please sign in to comment.