From 2f4e218c351457da578b6bab459bbf2b6de91fb4 Mon Sep 17 00:00:00 2001 From: Artem Streltsov Date: Fri, 23 Feb 2024 11:40:33 +0000 Subject: [PATCH] edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e808ea8..d7d5f03 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ ```bash git clone git@github.com:artem-streltsov/text-editor.git cd text-editor -cargo run +cargo run path_to_some_file ```