Skip to content

Commit

Permalink
fixed readme, added strict to example
Browse files Browse the repository at this point in the history
  • Loading branch information
depuits committed Feb 28, 2018
1 parent 7612060 commit bd6a4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Emitted when finished reading but the checksum was invalid.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](/~https://github.com/your/project/tags).
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](/~https://github.com/depuits/pigpio-dht/tags).
1 change: 1 addition & 0 deletions examples/simpleRead.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
const dht = require('../');

const dataPin = 2;
Expand Down

0 comments on commit bd6a4f2

Please sign in to comment.