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 38d1688..1d20668 100644
--- a/scripts/create.js
+++ b/scripts/create.js
@@ -10,9 +10,9 @@ if (process.argv.length < 3) {
10For example: 10For example:
11pnpm create WhatsApp 11pnpm create WhatsApp
12pnpm create "Google Hangouts" 12pnpm create "Google Hangouts"
13You can set "Folder name" to "FerdiDev" to use Ferdium's development instance instead: 13You can set "Folder name" to "FerdiumDev" to use Ferdium's development instance instead:
14 14
15pnpm create WhatsApp FerdiDev 15pnpm create WhatsApp FerdiumDev
16`); 16`);
17 throw new Error('Please provide the correct number of args!'); 17 throw new Error('Please provide the correct number of args!');
18} 18}