Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miqmago committed Feb 6, 2017
1 parent c552513 commit d0d7715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This small library allows you to manipulate objects via string path. It can be u
## Node.js

```
$ npm i jsobjects --save
npm i jsobjects --save
```

```js
Expand Down Expand Up @@ -111,7 +111,6 @@ var object = {
```

# API
=====

## getObjectByPath
`getObjectByPath(object, path, pathReplacements, offset)`
Expand Down

0 comments on commit d0d7715

Please sign in to comment.