diff --git a/README.md b/README.md index 3253ab61..25cee7fb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ -# Async version of the Rust standard library - - - - - - - - - +# Async version of Rust's standard library + +[![Build Status](https://travis-ci.org/async-rs/async-std.svg?branch=master)](https://travis-ci.org/stjepang/async-std) +[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( +https://github.com/async-std/async-std) +[![Cargo](https://img.shields.io/crates/v/async-std.svg)](https://crates.io/crates/async-std) +[![Documentation](https://docs.rs/async-std/badge.svg)](https://docs.rs/async-std) [![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe) This crate is an async version of [`std`].