Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias-persson committed Mar 26, 2018
1 parent 33a1a09 commit 05f66e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# url-parameters
A package to help you easily manage url parameters with browser history support and listening for changes.
Easily manage and listen for changes in query parameters, with full support for the browser history API.

## Installation
```bash
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "url-parameters",
"version": "1.5.4",
"description": "Easily manage and listen for changes in query parameters, with full support for the browser history API.",
"description": "A package to help you easily manage url parameters with browser history support and listening for changes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -12,8 +12,7 @@
"history",
"query parameters",
"parameters",
"query string",
"browserstate"
"query string"
],
"author": "Mattias Persson <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 05f66e2

Please sign in to comment.