From 3babcf758aaa898710e629ffb98e13a67d587661 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Tue, 6 Oct 2020 00:52:22 +0200 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d51be88..df66b82 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download the asset from the [releases page](https://github.com/Edu4rdSHL/rusolve ## Using the source code. -1. You need to have the lastest stable [Rust](https://www.rust-lang.org/) version insalled in your system. +1. You need to have the latest stable [Rust](https://www.rust-lang.org/) version insalled in your system. 2. Clone the repo or download the source code, then run `cargo build --release`. 3. Execute the tool from `./target/release/rusolver` or add it to your system PATH to use from anywhere.