aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:15:04 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:15:04 -0500
commitfb6db55f6985a0df55e7d8a1fe3b2fe49649fb76 (patch)
tree0dc283a53eee947fb3ed6431ca2ef9bdf73b4d50 /scripts/create.js
parentNew jsdelivr URL for Ferdium (diff)
downloadferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.tar.gz
ferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.tar.zst
ferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.zip
Renamed 'master' branch to 'main'
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 4939431..38d1688 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 Ferdium in order for the recipe to show up 91- Make sure you restart Ferdium in order for the recipe to show up
92- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/ferdium/ferdium-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/main/docs/integration.md#recipe-structure)
93- Publish your recipe (see https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md#publishing)`); 93- Publish your recipe (see https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md#publishing)`);
94})(); 94})();