Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlmaciejewski committed Oct 22, 2012
1 parent 62b1f47 commit 92d3961
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 @@ -13,7 +13,7 @@ npm install getter
All you need to do is to pass an object and options to `mixin` function. Getter will create
getters and setter for you:

```javacript
```javascript
var getter = require('getter');
var obj = {};

Expand Down Expand Up @@ -71,7 +71,7 @@ getter.mixin(obj, {
console.log('setFoo' in obj); // false
```

## Test
## Tests

For Node.js and browser tests:

Expand Down

0 comments on commit 92d3961

Please sign in to comment.