From 636261ba49620b61709ec1f99dc90c3c5742ff4d Mon Sep 17 00:00:00 2001 From: Nagy Tibor Date: Wed, 30 May 2018 17:51:14 +0200 Subject: [PATCH] Add badges to README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d45ec258c1..2cc24b3fe3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -[Redox OS][1]'s syscall API - -[Documentation][2] - -[1]: https://github.com/redox-os/redox -[2]: https://docs.rs/redox_syscall +# syscall +[Redox OS](https://github.com/redox-os/redox)'s syscall API +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) +[![crates.io](http://meritbadge.herokuapp.com/redox_syscall)](https://crates.io/crates/redox_syscall) +[![docs.rs](https://docs.rs/redox_syscall/badge.svg)](https://docs.rs/redox_syscall)