Skip to content

Commit bd6a4f2

Browse files
committed
fixed readme, added strict to example
1 parent 7612060 commit bd6a4f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Emitted when finished reading but the checksum was invalid.
5454

5555
## Versioning
5656

57-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
57+
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).

examples/simpleRead.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
const dht = require('../');
23

34
const dataPin = 2;

0 commit comments

Comments
 (0)