Skip to content

Commit ead1cef

Browse files
committed
fix: Update doc
1 parent b123349 commit ead1cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ coverage data for Rust unit tests, using
77
- `rustcov`: The top-level script to run in your project directory.
88
- `genhtml`: Stolen from lcov, this needs to be in your PATH when you
99
run `rustcov`. MacOS brew users can use `brew install lcov` instead.
10+
- `wait-for`: A way to wait for another program. Stolen from
11+
[eficode](https://github.com/eficode/wait-for/), but doesn't mess with
12+
an app's HOST or PORT environment.
1013

1114
## Requirements
1215

0 commit comments

Comments
 (0)