Skip to content

Commit

Permalink
docs: format user template in hello example (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Oct 21, 2023
1 parent 602686d commit e9971d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit e9971d0

Please sign in to comment.