diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2017-08-02 22:46:53 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-08-02 23:32:28 -0400 |
| commit | 4539fd8f8177e3f7478e915578e53c2b2ab328dc (patch) | |
| tree | 0802fb53a6478bc157efcc386c32a5073dc213bc /README.md | |
| parent | dee12d6d530ce065beefc5276f1dfc72792598a3 (diff) | |
Fixing up typos and formatting in docs
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ _Read the docs at [gomplate.hairyhenderson.ca][docs-url]._ A [Go template](https://golang.org/pkg/text/template/)-based CLI tool. `gomplate` can be used as an alternative to [`envsubst`](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) but also supports -additional template datasources such as: JSON, YAML, AWS EC2 metadata, and -[Hashicorp Vault](https://https://www.vaultproject.io/) secrets. +additional template datasources such as: JSON, YAML, AWS EC2 metadata, [BoltDB](https://github.com/boltdb/bolt), +[Hashicorp Consul](https://www.consul.io/) and [Hashicorp Vault](https://www.vaultproject.io/) secrets. I really like `envsubst` for use as a super-minimalist template processor. But its simplicity is also its biggest flaw: it's all-or-nothing with shell-like variables. |
