Skip to content

Commit

Permalink
abandonware: doc: Add @abandonware prefix
Browse files Browse the repository at this point in the history
Update npm install

May be reverted if upstream maintainance is transfered.

Change-Id: I32b214cf38213abe0dea286af01fd55771302fb9
Relate-to: kelly#97
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Mar 11, 2020
1 parent 0f44995 commit ccd39b3
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 @@ -11,14 +11,14 @@ Bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.
## Install

````bash
$ npm install i2c
$ npm install @abandonware/i2c
````

## Usage

```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 ccd39b3

Please sign in to comment.