Skip to content

Commit fe887a8

Browse files
committed
fix README.md
1 parent 1e7e254 commit fe887a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wait-service"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
repository = "https://github.com/magiclen/wait-service"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARGS:
3232

3333
## The Config File
3434

35-
With the `--json` option, you can input one or more JSON files to import your TCP / UDS services. Each file needs to content a JSON array of objects.
35+
With the `--json` option, you can input one or more JSON files to import your TCP / UDS services. The content of each file needs to be a JSON array of objects.
3636

3737
For a TCP service, the object format is
3838

0 commit comments

Comments
 (0)