Skip to content

Commit

Permalink
Merge pull request #1393 from emilbayes/patch-1
Browse files Browse the repository at this point in the history
Links to the wrong querystring module
  • Loading branch information
feross committed Oct 1, 2015
2 parents d48ec61 + a212016 commit 185be39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -230,7 +230,7 @@ When you `require()` any of these modules, you will get a browser-specific shim:
* [os](https://www.npmjs.com/package/os-browserify)
* [path](https://www.npmjs.com/package/path-browserify)
* [punycode](https://www.npmjs.com/package/punycode)
* [querystring](https://www.npmjs.com/package/querystring)
* [querystring](https://www.npmjs.com/package/querystring-es3)
* [stream](https://www.npmjs.com/package/stream-browserify)
* [string_decoder](https://www.npmjs.com/package/string_decoder)
* [timers](https://www.npmjs.com/package/timers-browserify)
Expand Down

0 comments on commit 185be39

Please sign in to comment.