Skip to content

Commit 3b398cc

Browse files
committed
chore(docs): update README.md
1 parent 109caec commit 3b398cc

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<h1 align="center">json-kit</h1>
22

33
<div align="center">
4+
<a href="https://www.npmjs.com/package/@kit-p/json-kit">
5+
<img
6+
src="https://img.shields.io/npm/v/%40kit-p/json-kit"
7+
alt="npm: @kit-p/json-kit"
8+
/>
9+
</a>
10+
<a>
11+
<img
12+
src="https://img.shields.io/github/languages/top/Kit-p/json-kit"
13+
alt="languages: github.com/Kit-p/json-kit"
14+
/>
15+
</a>
416
<a href="https://github.com/semantic-release/semantic-release">
517
<img
618
src="https://img.shields.io/badge/semantic--release-conventionalcommits-e10079?logo=semantic-release"
@@ -21,7 +33,7 @@
2133

2234
## Project State
2335

24-
> This project is in **early development** phase. The APIs are subject to change. Please do **NOT** use in production environments.
36+
> This project is in **maintenance** state. The APIs are stable.
2537
2638
## Installation
2739

@@ -73,6 +85,10 @@ import { JsonKit } from "@kit-p/json-kit";
7385
</script>
7486
```
7587

88+
## Usage
89+
90+
See [the documentation site](https://kit-p.github.io/json-kit/modules.html) or [the repository Wiki page](https://github.com/Kit-p/json-kit/wiki/Exports) or `docs/modules.md`.
91+
7692
## License
7793

78-
MIT
94+
[MIT](https://github.com/Kit-p/json-kit/blob/main/LICENSE)

0 commit comments

Comments
 (0)