Skip to content

Commit 42c2214

Browse files
Update README.rst
1 parent 42276eb commit 42c2214

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
TinyFlux is the tiny time series database optimized for your happiness 😎
88

9-
TinyFlux is the time series version of `TinyDB <https://tinydb.readthedocs.io/en/latest/index.html>`__ that is written in Python and has no external dependencies. It's a great companion for small analytics workflows and apps, as well as at-home IOT data stores. TinyFlux has 100% test coverage, over 60,000 downloads, and no open issues.
9+
TinyFlux is the time series version of `TinyDB <https://tinydb.readthedocs.io/en/latest/index.html>`__ that is written in Python and has no external dependencies. It's a great companion for small analytics workflows and apps, as well as at-home IOT data stores. TinyFlux has 100% test coverage, over 75,000 downloads, and no open issues.
1010

11-
|Version| |Downloads| |Coverage| |Build Status|
11+
|Docs| |Version| |Downloads| |Coverage| |Build Status|
1212

1313

1414
Quick Links
@@ -135,6 +135,8 @@ New ideas, developer tools, improvements, and bugfixes are always welcome. Foll
135135
4. Write unit tests, ensure the code is 100% covered, update documentation where necessary, and format and style the code correctly.
136136
5. Send a pull request.
137137

138+
.. |Docs| image:: https://img.shields.io/readthedocs/docs
139+
:target: https://tinyflux.readthedocs.io/en/latest/
138140
.. |Build Status| image:: https://github.com/citrusvanilla/tinyflux/actions/workflows/build.yml/badge.svg
139141
:target: https://github.com/citrusvanilla/tinyflux/actions
140142
.. |Coverage| image:: https://codecov.io/gh/citrusvanilla/tinyflux/branch/master/graph/badge.svg?token=IEGQ4E57VA

0 commit comments

Comments
 (0)