summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYamakaky <yamakaky@yamaworld.fr>2016-03-12 09:52:39 +0100
committerYamakaky <yamakaky@yamaworld.fr>2016-03-12 09:56:56 +0100
commit9df67c2fdeb6956b90d7906cc2ba2939658ede13 (patch)
treea60eb4e7e67f97504914aabac199c77031e268b6 /README.md
parent81000a0e3ed48af17b9137e141aa451693ed5bb8 (diff)
Add links to README icons.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 331ce17c..eb4f696c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
rust-bindgen
============
-![][crates-version-shield] ![][crates-downloads-shield] ![][crates-license-shield] ![][travis-status-shield]
+[![][crates-version-shield]](https://crates.io/crates/bindgen)
+[![][crates-downloads-shield]](https://crates.io/crates/bindgen)
+[![][crates-license-shield]](https://github.com/crabtw/rust-bindgen/blob/master/LICENSE)
+[![][travis-status-shield]](https://travis-ci.org/crabtw/rust-bindgen/)
A binding generator for the rust language.
It is ported from [clay's bindgen][].