Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Aug 7, 2014
1 parent ed3549f commit 7328f9a
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 @@ -88,7 +88,7 @@ An optional delimiter can also be passed:
```javascript
Qs.parse('a=b;c=d', ';');
// { a: 'b', c: 'd' }
```javascript
```

### Parsing Arrays

Expand Down

0 comments on commit 7328f9a

Please sign in to comment.