Skip to content

Commit

Permalink
Fix possible typo bug in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miw0 committed Jan 26, 2016
1 parent e034dbb commit 4ba7ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use pressure in the global space:
```javascript
Pressure.set('#id-name', {
change: function(force){
this.innerHTML = forcel
this.innerHTML = force;
}
});
```
Expand All @@ -35,7 +35,7 @@ var Pressure = require('pressure');

Pressure.set('#id-name', {
change: function(force){
this.innerHTML = forcel
this.innerHTML = force;
}
});
```
Expand Down

0 comments on commit 4ba7ad5

Please sign in to comment.