Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvoidmain committed Dec 2, 2016
1 parent 9605136 commit 55d3971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

npm-debug.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ex:

`foo.bar[0][1]` => `['foo', 'bar', 0, 1]`

`[0][1].foo['bar']` => [0, 1, 'foo', 'bar']
`[0][1].foo['bar']` => `[0, 1, 'foo', 'bar']`

## Installation

Expand Down

0 comments on commit 55d3971

Please sign in to comment.