summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Meringdal <37556332+fmeringdal@users.noreply.github.com>2020-10-26 23:37:06 +0100
committerGitHub <noreply@github.com>2020-10-26 23:37:06 +0100
commit7abdb7f98129156720567920f215044c2570da05 (patch)
tree78263332f050f736845aba4cd93d317fee146e4c
parent914157b60cd7a2307613d9c9905e7a05aaa3fd23 (diff)
downloadrust_rrule-7abdb7f98129156720567920f215044c2570da05.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c9a2763..896d9f6 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
<h1 align="center">RRule.rs</h1>
<p align="center">A pure Rust and efficient implementation (partial) of recurrence rules as defined in the iCalendar RFC..</p>
<br>
+<p align="center">
+ <a href="https://travis-ci.com/fmeringdal/rust_rrule"><img src="https://travis-ci.com/fmeringdal/rust_rrule.svg?branch=main" /></a>
+ <a href="https://codecov.io/gh/fmeringdal/rust_rrule"><img src="https://codecov.io/gh/fmeringdal/rust_rrule/branch/main/graph/badge.svg" /></a>
+ <a href="https://crates.io/crates/rrule"><img src="https://img.shields.io/crates/v/rrule.svg" /></a>
+</p>
-[![Build](https://travis-ci.com/fmeringdal/rust_rrule.svg?branch=main)](https://travis-ci.com/fmeringdal/rust_rrule)
-[![codecov](https://codecov.io/gh/fmeringdal/rust_rrule/branch/main/graph/badge.svg)](https://codecov.io/gh/fmeringdal/rust_rrule)
-[![crates.io](https://img.shields.io/crates/v/rrule.svg)](https://crates.io/crates/rrule)
# Usage