Skip to content

Commit

Permalink
small readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot committed Feb 25, 2018
1 parent 9c2f1ea commit 9750b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,8 @@

* add prettier and `npm run build` ([1f34461](https://github.com/skratchdot/object-path-set/commit/1f34461))
* adding contributors ([5bf6e83](https://github.com/skratchdot/object-path-set/commit/5bf6e83))
* rename tonic to runkit ([91d4542](https://github.com/skratchdot/object-path-set/commit/91d4542))
* rename tonic to runkit ([9c2f1ea](https://github.com/skratchdot/object-path-set/commit/9c2f1ea))
* small readme tweaks ([883d400](https://github.com/skratchdot/object-path-set/commit/883d400))
* travis runs node 6+ ([ac1969b](https://github.com/skratchdot/object-path-set/commit/ac1969b))
* update travis config ([9c5a14e](https://github.com/skratchdot/object-path-set/commit/9c5a14e))
* updating changelog and changelog generator ([216d2e7](https://github.com/skratchdot/object-path-set/commit/216d2e7))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,7 +26,7 @@ as a module.

## Getting Started

Install the module with: `npm install object-path-set`
Install the module with: `npm install --save object-path-set`

```javascript
var setPath = require('object-path-set');
Expand All @@ -40,7 +40,7 @@ obj = setPath(obj, 'foo|bar', 'again', '|'); // result: {foo:{bar:'again',invali

* [Source Code](https://github.com/skratchdot/object-path-set)
* [Changelog](https://github.com/skratchdot/object-path-set/blob/master/CHANGELOG.md)
* [Live example on Tonic](https://tonicdev.com/npm/object-path-set)
* [Live example on Runkit](https://npm.runkit.com/object-path-set)

## Contributors

Expand Down

0 comments on commit 9750b7a

Please sign in to comment.