Skip to content

Commit 3d92fc9

Browse files
authored
Correct path in README file
The templates folder was missing from path.
1 parent 0c65c74 commit 3d92fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ const user = require('./routes/user.route.js')
127127
### Custom handlebars helpers
128128
If your template needs Handlebars helpers, you can define them in a directory called `.helpers` inside your template.
129129

130-
Check out some examples in the [markdown](./markdown/.helpers) template.
130+
Check out some examples in the [markdown](./templates/markdown/.helpers) template.
131131

132132
### Using handlebars partials
133133
If you want to use partials in your template, define them in a directory called `.partials` inside your template.
134134

135-
Check out some examples in the [markdown](./markdown/.partials) template.
135+
Check out some examples in the [markdown](./templates/markdown/.partials) template.
136136

137137
> The name of the partial will be obtained from the file name, converted to camel case. So, for instance, if the file name is `my-partial.js`, you can use the partial with `{{> myPartial}}`.
138138

0 commit comments

Comments
 (0)