Skip to content

Commit

Permalink
docs: update README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuYuee authored and benjycui committed Nov 27, 2017
1 parent f3c09c5 commit 81bc901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm i --save omit.js

```js
var omit = require('omit.js');
omit({ name: 'Benjy', age: 18 }, [ 'name' ]);
omit({ name: 'Benjy', age: 18 }, [ 'name' ]); //{ age: 18 }
```

## API
Expand Down

0 comments on commit 81bc901

Please sign in to comment.