Skip to content

Commit cc73f9b

Browse files
committed
Update README.md
1 parent bcfff60 commit cc73f9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ npm i json-to-http-query-string --save
99
Use within your application with the following line of JavaScript:
1010
```js
1111
const jsonToQuery = require('json-to-http-query-string');
12-
```
13-
Example:
14-
```js
12+
1513
jsonToQuery({
1614
foo: "hi",
1715
bar: {

0 commit comments

Comments
 (0)