Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 4074176

Browse files
authored
Merge pull request #28 from jafin/patch-1
Update readme.md
2 parents dd1d131 + ef6955f commit 4074176

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ import {
123123
stringify,
124124
decodeQueryParams,
125125
NumberParam,
126+
DelimitedArrayParam
126127
} from 'serialize-query-params';
127128

128129
// encode each parameter according to the configuration
@@ -153,10 +154,11 @@ query parameters.
153154

154155
```js
155156
import {
156-
stringify,
157157
encodeQueryParams,
158+
DelimitedArrayParam,
158159
NumberParam,
159160
} from 'serialize-query-params';
161+
import { stringify } from 'query-string';
160162

161163
// encode each parameter according to the configuration
162164
const encodedQuery = encodeQueryParams(

0 commit comments

Comments
 (0)