From 03c62e5d5609d4d53ff2896601e3d0535c603439 Mon Sep 17 00:00:00 2001 From: Samuel Cabral Cruz Date: Sat, 20 Nov 2021 10:01:19 -0500 Subject: [PATCH] Small typo config file example limitTo helper should be truncate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e32a0f4..a0b17a04 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ text: | {{#if payload.commits}} *Commits* {{#each payload.commits}} - <{{this.url}}|`{{limitTo this.id 8}}`> - {{this.message}} + <{{this.url}}|`{{truncate this.id 8}}`> - {{this.message}} {{/each}} {{/if}}