Skip to content

Commit 6b8ab8e

Browse files
committed
Fix readme mistake
1 parent 4bf6d50 commit 6b8ab8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Installing ShellOracle is easy!
5959
```zsh
6060
python3 -m pip install shelloracle
6161
```
62-
2. Next, run `shelloracle init` and follow the prompts
62+
2. Next, run `shelloracle --init` and follow the prompts
6363
```zsh
64-
python3 -m shelloracle init
64+
python3 -m shelloracle --init
6565
```
6666

6767
> [!NOTE]

0 commit comments

Comments
 (0)