Skip to content

Commit 09d07d7

Browse files
docs(readme): add license badges and section
Add npm downloads badge, MIT license badge with link to LICENSE file, and License section to README. Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent 2a81db9 commit 09d07d7

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
@@ -1,6 +1,8 @@
11
# ImgBin
22

33
[![npm version](https://img.shields.io/npm/v/%40hagicode%2Fimgbin?logo=npm)](https://www.npmjs.com/package/@hagicode/imgbin)
4+
[![npm downloads](https://img.shields.io/npm/dm/%40hagicode%2Fimgbin?logo=npm&color=2d8cf0)](https://www.npmjs.com/package/@hagicode/imgbin)
5+
[![license](https://img.shields.io/badge/license-MIT-ffd43b)](./LICENSE)
46

57
[简体中文](./README_cn.md)
68

@@ -508,3 +510,7 @@ npm install
508510
npm run test
509511
npm run build
510512
```
513+
514+
## License
515+
516+
MIT. See [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)