From 207988894acf87c8ea2f52db7381211c7b81b718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Fri, 30 Jun 2023 20:10:53 +0100 Subject: [PATCH] fix template compilation command example in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f4db99..5631772 100644 --- a/README.md +++ b/README.md @@ -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