summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-02-11 10:09:53 -0500
committerDave Henderson <dhenderson@gmail.com>2018-02-11 22:35:15 -0500
commit4993f633f179c348d8013b5c35fb8f602d079ccb (patch)
tree4f9ba3dbea9dcfaf31048d6f3e3466130846bff7 /README.md
parent16810fd6cf37ff12b0ca0d1c4b5f22cfe621b90d (diff)
new logo
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 64c5bfca..cea1731e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+<img src="docs/static/images/gomplate.png" width="512px" alt="gomplate logo"/>
+
+_Read the docs at [gomplate.hairyhenderson.ca][docs-url]._
+
[![Build Status][circleci-image]][circleci-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Go Report Card][reportcard-image]][reportcard-url]
@@ -15,10 +19,6 @@
[![Install Docs][install-docs-image]][install-docs-url]
-_Read the docs at [gomplate.hairyhenderson.ca][docs-url]._
-
-# gomplate
-
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, [BoltDB](https://github.com/boltdb/bolt),