Skip to content

Commit

Permalink
Merge pull request #174 from cinience/patch-1
Browse files Browse the repository at this point in the history
Update templates.md
  • Loading branch information
kelseyhightower committed Dec 7, 2014
2 parents 77c8b80 + 5951784 commit 30da29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ keys = [
Returns a []interface{} from a json array such as `["a", "b", "c"]`.

```
{{range jsonArray (getv "/services/data/")}
{{range jsonArray (getv "/services/data/")}}
val: {{.}}
{{end}}
```
Expand Down

0 comments on commit 30da29c

Please sign in to comment.