summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d58abf..e3f2357 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "rrule"
description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC."
license = "MIT"
-version = "0.3.0"
+version = "0.3.1"
documentation = "https://docs.rs/rrule"
repository = "https://github.com/fmeringdal/rust_rrule"
authors = ["Fredrik Meringdal"]
diff --git a/README.md b/README.md
index c66070f..ae6448e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
<a href="https://crates.io/crates/rrule"><img src="https://img.shields.io/crates/v/rrule.svg" /></a>
</p>
-# :zap: Quick start
+## :zap: Quick start
```rust
extern crate rrule;
@@ -20,7 +20,7 @@ let recurrences = rrule.all();
assert_eq!(recurrences.len(), 3);
```
-# Documentation and more examples
+## Documentation and more examples
[Documentation and more examples](https://docs.rs/rrule)
@@ -30,11 +30,11 @@ This project is licensed under the [MIT license].
[mit license]: https://github.com/fmeringdal/rust_rrule/blob/main/LICENSE
-# Inspired by
+## Inspired by
- [python-dateutil library](http://labix.org/python-dateutil/)
- [rrule.js](https://github.com/jakubroztocil/rrule)
-# Todos
+## Todos
- cache