From 1bbb1dfb26146a520e0ffb8e1bf8c480dbdf7027 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 15 Dec 2016 13:40:39 +0100 Subject: [PATCH 1/2] Update readme --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b082b9e..9197574 100644 --- a/README.md +++ b/README.md @@ -40,25 +40,17 @@ See [examples](./examples). ## Funcmap -This project uses [moul/funcmap](https://github.com/moul/funcmap) library to extend the builtin [text/template](https://golang.org/pkg/text/template) helpers. +This project uses [Masterminds/sprig](https://github.com/Masterminds/sprig) library and additional functions to extend the builtin [text/template](https://golang.org/pkg/text/template) helpers. Non-exhaustive list of new helpers: +* **all the functions of [sprig](https://github.com/Masterminds/sprig)** * `json` * `prettyjson` -* `indent` -* `split` -* `join` -* `title` -* `unexport` -* `add` -* `trimspace` -* `lower` -* `upper` -* `rev` -* `int` +* `first` +* `last` -See the project for the complete list. +See the project helpers for the complete list. ## Install From 5489e689950c294b5feaf0ac5497d69bf2b649ec Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 15 Dec 2016 13:41:32 +0100 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9197574..5fc1ca9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This project uses [Masterminds/sprig](https://github.com/Masterminds/sprig) libr Non-exhaustive list of new helpers: -* **all the functions of [sprig](https://github.com/Masterminds/sprig)** +* **all the functions from [sprig](https://github.com/Masterminds/sprig)** * `json` * `prettyjson` * `first`