Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
golgote committed Apr 16, 2012
1 parent ed4c95e commit 903e6ad
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 @@ -11,7 +11,7 @@ The library supports brackets in querystrings, like PHP. It means you can use br
> query = url.parseQuery("first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last")
> = query
a[1]=123&a[2]=false&a[3]=last&b[1]=str&c[1]=3.5&first=abc
> = q.a[1]
> = query.a[1]
123

### URL parser
Expand Down

0 comments on commit 903e6ad

Please sign in to comment.