Skip to content

Commit 8d11c8f

Browse files
committed
docs: update badges
1 parent adfa31e commit 8d11c8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON-as-DB
22

3-
![Python Version Badge] [![RTD](https://readthedocs.org/projects/json-as-db/badge/?version=latest)](https://json-as-db.readthedocs.io/) [![PyTest Badge]](https://github.com/joonas-yoon/json-as-db/actions/workflows/pytest.yml) ![Wheel Badge] [![Hits Badge]](#)
3+
![Python Version Badge] [![RTD](https://readthedocs.org/projects/json-as-db/badge/?version=latest)](https://json-as-db.readthedocs.io/) [![PyTest Badge]](https://github.com/joonas-yoon/json-as-db/actions/workflows/pytest.yml) ![PyPI Version Badge] ![PyPI Download Badge] [![Hits Badge]](#)
44

55
Using JSON as very lightweight database
66

@@ -34,7 +34,8 @@ Under the MIT license. See the [LICENSE] file for more info.
3434

3535
[Python Version Badge]: https://img.shields.io/pypi/pyversions/json-as-db?style=flat-square
3636
[PyTest Badge]: https://github.com/joonas-yoon/json-as-db/actions/workflows/pytest.yml/badge.svg
37-
[Wheel Badge]: https://img.shields.io/pypi/wheel/json-as-db?style=flat-square
37+
[PyPI Version Badge]: https://img.shields.io/pypi/v/json-as-db?style=flat-square
38+
[PyPI Download Badge]: https://img.shields.io/pypi/dm/json-as-db?style=flat-square
3839
[Hits Badge]: https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-as-db
3940
[CONTRIBUTING]: CONTRIBUTING.md
4041
[LICENSE]: LICENSE

0 commit comments

Comments
 (0)