summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-27 20:59:57 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-27 20:59:57 +0100
commit8b1f75040a7a29fc5582752f9669c9477966eb3e (patch)
treed169534ac1304ef83929a0de5b08db9b7cd76b7d
parent24daa3554eb5e2f76dfdba1393e9155b28bc2f53 (diff)
downloadcharlcd-8b1f75040a7a29fc5582752f9669c9477966eb3e.tar.gz
charlcd-8b1f75040a7a29fc5582752f9669c9477966eb3e.zip
README: add doc badge
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e5efd5..a6686f9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
A rust crate to interact with the mainline Linux charlcd.c driver.
-[![crates.io](https://img.shields.io/crates/v/charlcd.svg)](https://crates.io/crates/charlcd)
-[![crates.io](https://img.shields.io/crates/l/charlcd.svg)](https://crates.io/crates/charlcd)
+[![Latest version](https://img.shields.io/crates/v/charlcd.svg)](https://crates.io/crates/charlcd)
+[![Documentation](https://docs.rs/charlcd/badge.svg)](https://docs.rs/charlcd)
+[![License](https://img.shields.io/crates/l/charlcd.svg)](https://crates.io/crates/charlcd)
Or, said boldly: _a crate to **correctly** interact with HD44780 LCD
screens on embedded Linux devices_.