From 3e4f21192ed12f0958c1c594e1d6d54a038d761a Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Tue, 6 Oct 2020 00:49:46 +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.