aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1eb4383..036bd2a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Ponyfind
```plaintext
npm install # Install dependencies
-node update/index.js # Generate database
-node index.js # Start bot
+node update/bot.js # Generate database
+node bot.js # Start bot
```