diff options
author | Fredrik Meringdal <37556332+fmeringdal@users.noreply.github.com> | 2020-10-26 23:38:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 23:38:50 +0100 |
commit | c964149d66e6abfe127d82557b41715afa914d2b (patch) | |
tree | c3b0e90c3bd83241ad0cb178120a509bcab499d4 /README.md | |
parent | a185a356999e51ca74e1daa4e17053273362b22e (diff) | |
download | rust_rrule-c964149d66e6abfe127d82557b41715afa914d2b.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <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> +<p align="center">A pure and efficient Rust implementation (partial) of recurrence rules as defined in the iCalendar RFC..</p> <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> |