Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmw committed Mar 24, 2016
1 parent 1287736 commit 35cc1c8
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 @@ -64,7 +64,7 @@ Here, we see two devices, 0x27 (our LCD display) and 0x68 (a realtime clock boar
To use lcdi2c, add the following code to your node.js application to set up the lcd object:

```bash
var LCD = require('./lcdi2c.js');
var LCD = require('lcdi2c');
var lcd = new LCD( 1, 0x27, 20, 4 );

```
Expand Down

0 comments on commit 35cc1c8

Please sign in to comment.