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}}