From 534ad2296d225954086d6e36be690bc5ac5cb3df Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Sat, 1 Jul 2017 15:26:17 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5142a36..8554245 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ supports templates. The configuration syntax for templates is the same as for li ] ``` -In the template file, the [go templating systax](https://godoc.org/text/template) is used for the customization of the +In the template file, the [go templating syntax](https://godoc.org/text/template) is used for the customization of the config file. With the `.Env` prefix, all environment variables are available. Template example: ```