From 59baa73746c7bc7ffa9a8027c14485352d0766dd Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 13 Jan 2020 17:57:26 +0100 Subject: [PATCH] doc: Add @abandonware prefix May be reverted if upstream maintainance is transfered. Change-Id: I32b214cf38213abe0dea286af01fd55771302fb9 Relate-to: https://github.com/kelly/node-i2c/issues/97 Signed-off-by: Philippe Coval --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec2b21..e39286b 100644 --- a/README.md +++ b/README.md @@ -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