You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# <b>js-queryparams</b>
2
2
3
-
### A JavaScript library to retrieve the query parameters with cross browser compatibility.
3
+
### <i>A JavaScript library to retrieve the query parameters with cross browser compatibility.</i>
4
4
5
5
---
6
+
<br/>
6
7
7
8
## How to Install:
8
9
Inside your project, run the following command:
@@ -12,9 +13,10 @@ npm i js-queryparams
12
13
The above command will install the js-queryparams module inside the node_modules folder. After this you can either direct reference to the `lib/index.js` file or extract it and host it in your webserver.
0 commit comments