fix template compilation command example in the readme

This commit is contained in:
Gonçalo Valério 2023-06-30 20:10:53 +01:00
parent a4e1dece04
commit 207988894a
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ of the generated page. To do so, before publishing you can edit the `templates/d
After you should "precompile" that file using the following command:
> \$ npm run compile -- templates/default.handlebars -f templates/default.precompiled.js
> \$ npm run template -- templates/default.handlebars -f templates/default.precompiled.js