diff --git a/README.md b/README.md index a2c5469..8da3332 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # skip_interval +`cargo add skip_interval` + ```rust let _: tokio::time::Interval = skip_interval::from_millis(200); ``` Never type `tokio::time::MissedTickBehavior::Skip` again. + +[crates.io](https://crates.io/crates/skip_interval)