Skip to content

Commit 2f572ac

Browse files
committed
docs: add install section
1 parent df93f47 commit 2f572ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The `json-qs` approach is to keep query strings human-readable (unlike many othe
2121

2222
See the [specification](./spec.md) for more details or the [test cases](./test/cases.ts) for examples.
2323

24+
### Install
25+
26+
```sh
27+
pnpm add @json-qs/json-qs
28+
```
29+
2430
### Encoding
2531

2632
```ts

0 commit comments

Comments
 (0)