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)