Skip to content

Commit 29fab3c

Browse files
committed
fixup! Replace tree extension with vim
Signed-off-by: Aidan Delaney <[email protected]>
1 parent 3a5ccdb commit 29fab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/extension-guide/create-extension/building-blocks-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases = [
1212

1313
<!-- test:exec -->
1414
```bash
15-
vim $PWD/samples/extensions/vim
15+
vim --help
1616
```
1717

1818
(That's right, we're using the very tool we will later be installing!) You should see something akin to the following:

0 commit comments

Comments
 (0)