We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f1988 commit 8513485Copy full SHA for 8513485
README.md
@@ -45,7 +45,7 @@ gpio.subscribe(function(indices) {
45
'The values ' +
46
indices.map(function(i) { return gpio[i]; }).join(', ') +
47
' at indices ' + indices.join(', ') +
48
- ' probably didn't change, but I am logging them anyway..'
+ ' probably didn\'t change, but I am logging them anyway..'
49
);
50
}, true);
51
```
0 commit comments