Skip to content

Commit

Permalink
docs: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Aug 26, 2021
1 parent ac0fd5e commit 55cba81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
library internally. If you need to support old browsers, you can
either add a `URLSearchParams` polyfill or inject `query-string`
when instantiating `routr`:
- [#113] Updated `path-to-regexp` to its latest version

```js
router = new Routr(routes, {
queryLib: require('query-string'),
});
```
- [#113] Updated `path-to-regexp` to its latest version

## 2.1.0

Expand Down

0 comments on commit 55cba81

Please sign in to comment.