# HG changeset patch # User Tuomo Valkonen # Date 1697735287 18000 # Node ID a88aed2bdf13d1dbd4396ef7a47e3eba3846bcc1 # Parent 548bf3cc032e051f9018e81ae2fc90545fdf6ad8 Fix typo diff -r 548bf3cc032e -r a88aed2bdf13 README.md --- 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