aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-09 13:04:14 +0100
committerMinteck <contact@minteck.org>2022-01-09 13:04:14 +0100
commitdc65563df84d80bcc0970febef6a5f9a7759bdcb (patch)
tree683adf13430bce48c23e6928a3a2eb0b5614094a /README.md
parentad5950fb36d71b0f522ac3dab80983212cafee44 (diff)
downloadponyfind-dc65563df84d80bcc0970febef6a5f9a7759bdcb.tar.gz
ponyfind-dc65563df84d80bcc0970febef6a5f9a7759bdcb.tar.bz2
ponyfind-dc65563df84d80bcc0970febef6a5f9a7759bdcb.zip
smol update
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
```