diff --git a/better-cli.md b/better-cli.md index 7a0d5b7..4dc528a 100644 --- a/better-cli.md +++ b/better-cli.md @@ -15,7 +15,7 @@ | Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` | | Navigate/manipulate JSON | _N/A_ | [jq] | C | ✔️ | Package manager (+ choco) | | Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go get github.com/ericchiang/pup` | -| Static file server | _[many]_ | [sfz] | Rust | ✔️ | `cargo install sfz` | +| Static HTTP file server | _[many]_ | [sfz] | Rust | ✔️ | `cargo install sfz` | [ripgrep]: https://github.com/BurntSushi/ripgrep [loc]: https://github.com/cgag/loc