From 14bf451bf918d6538edb2295c84fcfc5e4ebae7a Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:15:14 +0300 Subject: [PATCH] docs: quick fix for build instructions typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a799e..5883dca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 1. Install the rust with rustup, please visit the site 'https://rustup.rs/'. -2. Use follow command for build the project. +2. Use the following command to build the project. ```bash $ cargo build