Skip to content

Commit

Permalink
Remove Firefox notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Mar 16, 2015
1 parent 6a7d704 commit 64d0944
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 @@ -49,7 +49,7 @@ console.log(location.search);

### queryString.parse(*string*)

Parse a query string into an object. Leading `?` or `#` are ignored, so you can pass `location.search` or `location.hash` *([doesn't work in Firefox](https://github.com/sindresorhus/query-string/issues/13))* directly.
Parse a query string into an object. Leading `?` or `#` are ignored, so you can pass `location.search` or `location.hash` directly.

### queryString.stringify(*object*)

Expand Down

0 comments on commit 64d0944

Please sign in to comment.