summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-08 11:56:04 +0200
committerCanop <cano.petrole@gmail.com>2019-06-08 11:56:04 +0200
commit1e00c0a74406e41251e1f822fb9899e3df9e9c8d (patch)
treea5ed51c97825b4aeae17f59968226aa47674cefa /README.md
parentf7598a67d3c5017fc4538f6de587d1c3ac033345 (diff)
display broot's crate version in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index d790aa0..0ca00da 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,18 @@
# Broot
-[![Build Status](https://travis-ci.org/Canop/broot.svg?branch=master)](https://travis-ci.org/Canop/broot)
-[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-en.svg?v=1)](https://miaou.dystroy.org/3490?broot)
-[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-fr.svg?v=1)](https://miaou.dystroy.org/3)
+[![CI][s3]][l3] [![MIT][s2]][l2] [![Latest Version][s1]][l1] [![Chat on Miaou][s4]][l4]
+
+[s1]: https://img.shields.io/crates/v/broot.svg
+[l1]: https://crates.io/crates/broot
+
+[s2]: https://img.shields.io/badge/license-MIT-blue.svg
+[l2]: LICENSE
+
+[s3]: https://travis-ci.org/Canop/broot.svg?branch=master
+[l3]: https://travis-ci.org/Canop/broot
+
+[s4]: https://miaou.dystroy.org/static/shields/room.svg
+[l4]: https://miaou.dystroy.org/3490?broot
A better way to navigate directories
@@ -58,5 +68,5 @@ Just find the file you want to edit with a few keystrokes, type `:e`, then `<ent
### More...
-See [Broot's web site](https://dystroy.org/broot) for instructions regarding installation and usage.
+See **[Broot's web site](https://dystroy.org/broot)** for instructions regarding installation and usage.