Skip to content

Commit fce081e

Browse files
authored
Merge pull request #9 from Crayon2000/patch-1
Correct path in README file
2 parents 0c65c74 + 3d92fc9 commit fce081e

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)