From 8fd6efdb4d3fa9a59d667c4afb86987d2d0dac5b Mon Sep 17 00:00:00 2001 From: Sreejith N Subramanian Date: Sat, 29 May 2021 14:47:01 +0000 Subject: [PATCH] Updated package name and readme --- README.md | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4d013c..fe52499 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # URLQueryParams ![ts](https://flat.badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555) -[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) +[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) [![GitHub license](https://img.shields.io/github/license/SreejithNS/urlqueryparams.svg)](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/SreejithNS/urlqueryparams.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) with support for Objects and Arrays. @@ -19,16 +19,16 @@ An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/doc ### Install - npm -i -s url-query-params + npm -i -s object-in-queryparams (or) - yarn add url-query-params + yarn add object-in-queryparams ### Usage - import { URLQueryParams } from "url-query-params"; + import { URLQueryParams } from "object-in-queryparams"; const queryParams = new URLQueryParams( { @@ -70,11 +70,13 @@ An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/doc - `{ [param]: { [param]: {...} } }` ## 🦄 Contribution & Issues -[![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) [![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/SreejithNS/urlqueryparams/issues/) [![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/SreejithNS/urlqueryparams/pull/) + If this package helped you and saved your time **thank me by giving a star ⭐** to my repo. Post your issues [here](https://github.com/SreejithNS/urlqueryparams/issues) Pull Requests are always welcomed. +[![GitHub stars](https://img.shields.io/github/stars/SreejithNS/urlqueryparams.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) [![GitHub issues](https://img.shields.io/github/issues/SreejithNS/urlqueryparams.svg)](https://GitHub.com/SreejithNS/urlqueryparams/issues/) [![GitHub pull-requests](https://img.shields.io/github/issues-pr/SreejithNS/urlqueryparams.svg)](https://GitHub.com/SreejithNS/urlqueryparams/pull/) + ## License [MIT License](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE) diff --git a/package.json b/package.json index a731e62..3a9361f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "url-query-params", + "name": "object-in-queryparams", "version": "1.0.0", "description": "An extended version of URLSearchParams with support for Objects and Arrays.", "main": "dist/index.js",