summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f3a84f4..c9a2763 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# RRule in rust
+<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>
[![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)
-A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC.
-
# Usage
```rust