From 81e5ac72258e1b0549f9a14298e882774d1bb858 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 16 Nov 2018 18:06:42 +0100 Subject: [PATCH] Put badges in separate lines --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 809e680..469d954 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Rust DS3231, DS3232 and DS3234 Extremely Accurate Real-Time Clock Driver [![crates.io](https://img.shields.io/crates/v/ds323x.svg)](https://crates.io/crates/ds323x) [![Docs](https://docs.rs/ds323x/badge.svg)](https://docs.rs/ds323x) [![Build Status](https://travis-ci.org/eldruin/ds323x-rs.svg?branch=master)](https://travis-ci.org/eldruin/ds323x-rs) +# Rust DS3231, DS3232 and DS3234 Extremely Accurate Real-Time Clock Driver + +[![crates.io](https://img.shields.io/crates/v/ds323x.svg)](https://crates.io/crates/ds323x) +[![Docs](https://docs.rs/ds323x/badge.svg)](https://docs.rs/ds323x) +[![Build Status](https://travis-ci.org/eldruin/ds323x-rs.svg?branch=master)](https://travis-ci.org/eldruin/ds323x-rs) This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234 extremely accurate real-time clocks, based on the [`embedded-hal`] traits.