Skip to content

Commit 7628c5c

Browse files
authored
fix: version command in book (#460)
1 parent ff56d2c commit 7628c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo mv anchor /usr/local/bin/
2525
Verify the installation:
2626

2727
```bash
28-
anchor --version
28+
anchor node --version
2929
```
3030

3131
---
@@ -70,5 +70,5 @@ anchor --version
7070
Verify the installation:
7171

7272
```bash
73-
anchor --version
73+
anchor node --version
7474
```

0 commit comments

Comments
 (0)