create-bot
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "create-bot", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Telegram bot generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # create-bot | ||
🔥 If you have installed `yarn^0.24` or `npm5` you good to go without any extra installation! | ||
🔥 If you have installed `yarn v0.24+` or `npm v5+` you good to go without any extra installation! | ||
Just call `yarn create bot` or `npx create-bot`: | ||
@@ -24,3 +24,3 @@ | ||
Using `npm`: | ||
Using `yarn`: | ||
@@ -31,3 +31,3 @@ ```bash | ||
Or using `yarn`: | ||
Or using `add`: | ||
@@ -34,0 +34,0 @@ ```bash |
3264