Thu, 19 Oct 2023 15:36:39 -0500
doc typofix
README.md | file | annotate | diff | comparison | revisions |
--- a/README.md Thu Oct 19 15:35:05 2023 -0500 +++ b/README.md Thu Oct 19 15:36:39 2023 -0500 @@ -13,7 +13,7 @@ If you would prefer just building or running the program without installing, use `cargo build` or `cargo run`. 4. To process a document, use ``` - strip-change-markup input.tex -o output.tex + strip-changes-markup input.tex -o output.tex ``` For further options, such as whitespace and comment stripping, use the `--help` argument (`cargo run -- --help` when running through `cargo` without installing).