Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
fixed README typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
andlrc committed Mar 25, 2015
1 parent 1857723 commit 261a011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,14 +431,14 @@ Used when merging arrays containing primitives or other arrays
**Output**

```json
[
{
"sequence": [
"fieldA",
"insertedField",
"fieldB",
"fieldC"
]
]
}
```

### `@comment`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json_merger",
"version": "0.11.0",
"version": "0.11.1",
"main": "json_merger.js",
"scripts": {
"test": "bash runtests"
Expand Down

0 comments on commit 261a011

Please sign in to comment.