mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-04-19 11:06:50 +00:00
Fix typo in README.adoc
This commit is contained in:
parent
dbd43d5a69
commit
ebd4df6e54
@ -3,8 +3,6 @@ name = "checkbar"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
chrono = { version = "*", features = ["serde"] }
|
chrono = { version = "*", features = ["serde"] }
|
||||||
|
@ -34,7 +34,7 @@ check_type = "Tcp"
|
|||||||
The value for `interval` can be set by using plain seconds or using units. Accepted units:
|
The value for `interval` can be set by using plain seconds or using units. Accepted units:
|
||||||
|
|
||||||
* h, hour, hours
|
* h, hour, hours
|
||||||
* m, min, mins, minutes, minutes
|
* m, min, mins, minute, minutes
|
||||||
* s, sec, secs, second, seconds
|
* s, sec, secs, second, seconds
|
||||||
|
|
||||||
Unparseable values will default to 60 seconds.
|
Unparseable values will default to 60 seconds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user