From 3084c8b987481822bc52e2ad36440d2ab919d285 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Sun, 25 Mar 2018 10:40:31 +0200 Subject: [PATCH] Add more badges to Readme.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdd8a6c8..311f8c34 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -Rand -==== +# Rand + +[![Build Status](https://travis-ci.org/rust-lang-nursery/rand.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rand) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true)](https://ci.appveyor.com/project/alexcrichton/rand) +[![crates.io](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand) +[![docs.rs](https://docs.rs/rand/badge.svg)](https://docs.rs/rand) A Rust library for random number generators and other randomness functionality. @@ -7,9 +11,6 @@ See also: * [rand_core](https://crates.io/crates/rand_core) -[![Build Status](https://travis-ci.org/rust-lang-nursery/rand.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rand) -[![Build status](https://ci.appveyor.com/api/projects/status/rm5c9o33k3jhchbw?svg=true)](https://ci.appveyor.com/project/alexcrichton/rand) - Documentation: [master branch](https://rust-lang-nursery.github.io/rand/rand/index.html), [by release](https://docs.rs/rand)