We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5836508 commit 81f6079Copy full SHA for 81f6079
2 files changed
README.md
@@ -23,13 +23,13 @@ See the few examples below.
23
**Get Shell**
24
25
```shell
26
-echo '{{ split .SHELL "/" | last }}' | go run main.go
+echo '{{ split .SHELL "/" | last }}' | gotmpl
27
```
28
29
**Clean Path**
30
31
32
-echo '{{ .PATH | split ":" | set | array | sort | join ":" }}' | go run main.go
+echo '{{ .PATH | split ":" | set | array | sort | join ":" }}' | gotmpl
33
34
35
# Contributing
text.tmpl
0 commit comments