From 8887f78ddc5a5755916ff53b7c4f9a2c845fa3df Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 20 Jun 2021 20:55:12 +0700 Subject: [PATCH] Add FAQ to the readme Closes #305 --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 24310d7..3af49af 100644 --- a/readme.md +++ b/readme.md @@ -620,6 +620,12 @@ queryString.stringify({foo: undefined}); //=> '' ``` +## FAQ + +### Why is it parsing `+` as a space? + +See [this answer](https://github.com/sindresorhus/query-string/issues/305). + ## query-string for enterprise Available as part of the Tidelift Subscription.