diff --git a/Cargo.toml b/Cargo.toml index 7ec31fd..f460d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,6 @@ name = "checkbar" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] async-trait = "0.1" chrono = { version = "*", features = ["serde"] } diff --git a/README.adoc b/README.adoc index f65fb24..038f0eb 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ check_type = "Tcp" The value for `interval` can be set by using plain seconds or using units. Accepted units: * h, hour, hours -* m, min, mins, minutes, minutes +* m, min, mins, minute, minutes * s, sec, secs, second, seconds Unparseable values will default to 60 seconds.