diff --git a/README.md b/README.md index cf92994..759050d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fast-querystring -Fast query-string parser to replace the legacy `node:querystring` parse & stringify functions. +Fast query-string parser and stringifier to replace the legacy `node:querystring` module. ### Installation diff --git a/package.json b/package.json index c79a546..4ff5733 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fast-querystring", - "version": "0.6.4", - "description": "", + "version": "0.7.0", + "description": "A fast alternative to legacy querystring module", "main": "lib/index.js", "type": "commonjs", "types": "lib/index.d.ts",