Skip to content

Commit

Permalink
Remove broken link (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored and sindresorhus committed Jan 7, 2020
1 parent acc9f17 commit d7c4b89
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 @@ -37,7 +37,7 @@
$ npm install query-string
```

This module targets Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, or, [if your project is using create-react-app v1](https://github.com/sindresorhus/query-string/pull/148#issuecomment-399656020), use version 5: `npm install query-string@5`.
This module targets Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, or, if your project is using create-react-app v1, use version 5: `npm install query-string@5`.


## Usage
Expand Down

0 comments on commit d7c4b89

Please sign in to comment.