From 7709ce96d9a0a8ca755bbe3c0db1e8e46f985ca4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 10 Apr 2020 14:04:38 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4bc87087..d251eb72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # ruma-events -[![Build Status](https://travis-ci.org/ruma/ruma-events.svg?branch=master)](https://travis-ci.org/ruma/ruma-events) +[![crates.io page](https://img.shields.io/crates/v/ruma-events.svg)](https://crates.io/crates/ruma-events) +[![docs.rs page](https://docs.rs/ruma-events/badge.svg)](https://docs.rs/ruma-events/) +[![build status](https://travis-ci.org/ruma/ruma-events.svg?branch=master)](https://travis-ci.org/ruma/ruma-events) +![license: MIT](https://img.shields.io/crates/l/ruma-events.svg) **ruma-events** contains serializable types for the events in the [Matrix](https://matrix.org/) specification that can be shared by client and server code. @@ -11,7 +14,3 @@ ruma-events requires Rust 1.36.0 or later. ## Documentation ruma-events has [comprehensive documentation](https://docs.rs/ruma-events) available on docs.rs. - -## License - -[MIT](http://opensource.org/licenses/MIT)