From c253265fd6ad8ccab45c5e8a5bc9d14c27000c96 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 10 Apr 2020 13:51:34 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bc9d236..ee77efb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ruma-client +[![crates.io page](https://img.shields.io/crates/v/ruma-client.svg)](https://crates.io/crates/ruma-client) +[![docs.rs page](https://docs.rs/ruma-client/badge.svg)](https://docs.rs/ruma-client/) +[![build status](https://travis-ci.org/ruma/ruma-client.svg?branch=master)](https://travis-ci.org/ruma/ruma-client) +![license: MIT](https://img.shields.io/crates/l/ruma-client.svg) + **ruma-client** is a [Matrix][] client library for [Rust][]. [Matrix]: https://matrix.org/ @@ -31,7 +36,3 @@ and discussion related to any of the crates in this project. ## Minimum Rust version ruma-client requires Rust 1.39.0 or later. - -## License - -[MIT](http://opensource.org/licenses/MIT)