Skip to content

Commit 97e574d

Browse files
committed
Don't mention the querystring module in the README
1 parent a0b69dd commit 97e574d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,10 @@ any of the following keys:
232232

233233
##### extended
234234

235-
The `extended` option allows to choose between parsing the URL-encoded data
236-
with the `querystring` library (when `false`) or the `qs` library (when
237-
`true`). The "extended" syntax allows for rich objects and arrays to be
238-
encoded into the URL-encoded format, allowing for a JSON-like experience
239-
with URL-encoded. For more information, please
240-
[see the qs library](https://www.npmjs.org/package/qs#readme).
235+
The "extended" syntax allows for rich objects and arrays to be encoded into the
236+
URL-encoded format, allowing for a JSON-like experience with URL-encoded. For
237+
more information, please [see the qs
238+
library](https://www.npmjs.org/package/qs#readme).
241239

242240
Defaults to `true`, but using the default has been deprecated. Please
243241
research into the difference between `qs` and `querystring` and choose the

0 commit comments

Comments
 (0)