Skip to content

Commit 81f6079

Browse files
committed
doc fixes
1 parent 5836508 commit 81f6079

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ See the few examples below.
2323
**Get Shell**
2424

2525
```shell
26-
echo '{{ split .SHELL "/" | last }}' | go run main.go
26+
echo '{{ split .SHELL "/" | last }}' | gotmpl
2727
```
2828

2929
**Clean Path**
3030

3131
```shell
32-
echo '{{ .PATH | split ":" | set | array | sort | join ":" }}' | go run main.go
32+
echo '{{ .PATH | split ":" | set | array | sort | join ":" }}' | gotmpl
3333
```
3434

3535
# Contributing

text.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)