Skip to content

Commit 39d4e8f

Browse files
authored
Update README.md
1 parent c4f76c4 commit 39d4e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# JSON to HTTP Query string
22
> This package allows you to convert JSON to Http query string
3+
[![npm](https://img.shields.io/npm/v/github-buttons)](https://www.npmjs.com/package/json-to-http-query-string)
34

45
## Getting Started
56
To install the module, run the following in the command line:
@@ -20,4 +21,4 @@ jsonToQuery({
2021
}
2122
})
2223
//foo=hi&bar%5Bblah%5D%5B0%5D=1&bar%5Bblah%5D%5B1%5D=2&bar%5Bblah%5D%5B2%5D=3&bar%5Bblah2%5D=123
23-
```
24+
```

0 commit comments

Comments
 (0)