From a2dcf3c65cbfd863f1650e908e59f8959508cb0b Mon Sep 17 00:00:00 2001 From: rix1 Date: Sun, 11 Feb 2024 22:19:10 +0100 Subject: [PATCH 1/2] Update readme.md Add warning of deprecated `querystring` package. --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 537a7c4..2f63393 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,9 @@ npm install query-string ``` -**Not `npm install querystring`!!!!!** +> [!WARNING] +> Remember the hyphen! Do not install [the deprecated](https://github.com/Gozala/querystring) `querystring` library! + For browser usage, this package targets the latest version of Chrome, Firefox, and Safari. From 8dd1f44cbdc7ec2fb3494f28c197ed8b37eec6ef Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 12 Feb 2024 22:22:11 +0700 Subject: [PATCH 2/2] Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2f63393..2bf52a1 100644 --- a/readme.md +++ b/readme.md @@ -45,8 +45,7 @@ npm install query-string ``` > [!WARNING] -> Remember the hyphen! Do not install [the deprecated](https://github.com/Gozala/querystring) `querystring` library! - +> Remember the hyphen! Do not install the deprecated [`querystring`](https://github.com/Gozala/querystring) package! For browser usage, this package targets the latest version of Chrome, Firefox, and Safari.