Skip to content

Commit a1a3748

Browse files
committed
Update readme
1 parent 8923104 commit a1a3748

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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+
//or
13+
//import jsonToQuery from 'json-to-http-query-string'
1214

1315
jsonToQuery({
1416
foo: "hi",

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-to-http-query-string",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Convert JSON to HTTP Query string",
55
"main": "index.js",
66
"scripts": {
@@ -13,14 +13,16 @@
1313
"keywords": [
1414
"json",
1515
"http",
16+
"https",
17+
"convert",
18+
"converter",
1619
"request",
1720
"data",
1821
"url",
1922
"website",
2023
"ajax",
2124
"fetch",
22-
"request",
23-
"http"
25+
"query"
2426
],
2527
"author": "Maxim Boyanov",
2628
"license": "ISC",

0 commit comments

Comments
 (0)