From 9e6f766cef6c5e66b9f07b2fa9dd1d6c518bc546 Mon Sep 17 00:00:00 2001 From: Can Vardar Date: Tue, 5 Nov 2024 20:48:14 +0300 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6565b86..babf8f2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In interactive mode, Arbor will prompt you to enter words or prefixes. Based on You can install Arbor using Cargo: ```bash -cargo install arbor +cargo install arbor-cli ``` ## Usage @@ -31,7 +31,7 @@ cargo install arbor After installation, simply run `arbor` in your terminal: ```bash -arbor +arbor-cli ``` ### Command-Line Options