Thu, 19 Oct 2023 12:08:07 -0500
Fix typo
README.md | file | annotate | diff | comparison | revisions |
--- a/README.md Thu Oct 19 11:49:38 2023 -0500 +++ b/README.md Thu Oct 19 12:08:07 2023 -0500 @@ -6,7 +6,7 @@ ## Installation and usage 1. Install [Rust](https://www.rust-lang.org) following instructions. -2. Run `cargo build` to run the program (optional; the next step does it if needed). +2. Run `cargo build` to compile the program (optional; the next step does it if needed). 3. To process a document, use ``` cargo run < input.tex > output.tex