summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage.md b/docs/content/usage.md
index cccb830e..805099d2 100644
--- a/docs/content/usage.md
+++ b/docs/content/usage.md
@@ -13,7 +13,7 @@ The template is read from standard in, and written to standard out.
Use it like this:
```console
-$ echo "Hello, {{.Env.USER}}" | gomplate
+$ echo "Hello, {{ .Env.USER }}" | gomplate
Hello, hairyhenderson
```