aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 036bd2a..0bbb372 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Ponyfind
```plaintext
npm install # Install dependencies
-node update/bot.js # Generate database
-node bot.js # Start bot
+node update/index.js # Generate database
+node bot.js # Start bot
```
+
+> Create a `./beta` file to start the bot in beta mode (using the beta token) instead of stable mode (using the stable token) \ No newline at end of file