Skip to content

Commit 8513485

Browse files
authored
Fix code typo
1 parent b3f1988 commit 8513485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gpio.subscribe(function(indices) {
4545
'The values ' +
4646
indices.map(function(i) { return gpio[i]; }).join(', ') +
4747
' at indices ' + indices.join(', ') +
48-
' probably didn't change, but I am logging them anyway..'
48+
' probably didn\'t change, but I am logging them anyway..'
4949
);
5050
}, true);
5151
```

0 commit comments

Comments
 (0)