Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
trosck committed Dec 23, 2022
1 parent 8305833 commit 70b8461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ urlParams
.set("hello", "world")
.set("test", "123")
```
or even this:
```js
urlParams.setAll({
hello: "world",
test: 123
})
```

[![ci](https://github.com/trosck/url-params/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/trosck/url-params/actions/workflows/ci.yml)
[![npm publish](https://github.com/trosck/url-params/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/trosck/url-params/actions/workflows/npm-publish.yml)
Expand Down

0 comments on commit 70b8461

Please sign in to comment.