Fix typo

Thu, 19 Oct 2023 12:08:07 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 19 Oct 2023 12:08:07 -0500
changeset 1
a88aed2bdf13
parent 0
548bf3cc032e
child 2
254e1e4bd795

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

mercurial