From ebd4df6e543172036c6139919d0905d389cff3f7 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 19 Feb 2023 13:57:37 +0100 Subject: [PATCH] Fix typo in README.adoc --- Cargo.toml | 2 -- README.adoc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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.