We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfff60 commit cc73f9bCopy full SHA for cc73f9b
1 file changed
README.md
@@ -9,9 +9,7 @@ npm i json-to-http-query-string --save
9
Use within your application with the following line of JavaScript:
10
```js
11
const jsonToQuery = require('json-to-http-query-string');
12
-```
13
-Example:
14
-```js
+
15
jsonToQuery({
16
foo: "hi",
17
bar: {
0 commit comments