aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create.js')
-rw-r--r--scripts/create.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/create.js b/scripts/create.js
index 6ba1ee4..0030cfa 100644
--- a/scripts/create.js
+++ b/scripts/create.js
@@ -89,6 +89,6 @@ const pascalCasedName = toPascalCase(recipe); // PascalCased recipe ID only cont
89 89
90What's next? 90What's next?
91- Make sure you restart Ferdi in order for the recipe to show up 91- Make sure you restart Ferdi in order for the recipe to show up
92- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#recipe-structure) 92- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md#recipe-structure)
93- Publish your recipe (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#publishing)`); 93- Publish your recipe (see https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md#publishing)`);
94})(); 94})();