summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-08-02 22:46:53 -0400
committerDave Henderson <dhenderson@gmail.com>2017-08-02 23:32:28 -0400
commit4539fd8f8177e3f7478e915578e53c2b2ab328dc (patch)
tree0802fb53a6478bc157efcc386c32a5073dc213bc /README.md
parentdee12d6d530ce065beefc5276f1dfc72792598a3 (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd4a9214..e84441a2 100644
--- a/README.md
+++ b/README.md
@@ -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.