Skip to content

Commit 2d011db

Browse files
committed
chore: tweaks
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
1 parent b72792b commit 2d011db

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

readme-template.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ _We highly recommend to use Yarn when you think to contribute to this project._
6868
$ yarn add {%= name %}
6969
```
7070

71-
{% if (ifExists([process.cwd() + '/.verb.md'], true)) { %}
72-
73-
{%= include(process.cwd() + '/.verb.md') %}
74-
75-
{% } %}
71+
{%= ifExists([process.cwd() + '/.verb.md'], () => include(process.cwd() + '/.verb.md')) %}
7672

7773
**[back to top](#readme)**
7874

0 commit comments

Comments
 (0)