# HG changeset patch # User Tuomo Valkonen # Date 1697747799 18000 # Node ID 8082eb5a754befe7bc08edc9c32d7bec5de47b37 # Parent cec573b16b462afccd6bfe3c144562512a03d42f doc typofix diff -r cec573b16b46 -r 8082eb5a754b README.md --- 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).