fix readme

This commit is contained in:
dlinux-host 2024-10-03 12:46:33 -04:00
parent 7f20ec0336
commit 1d839edd35

View File

@ -114,8 +114,8 @@ module.exports = mongoose.model('Url', urlSchema);
1. Clone the repository:
```bash
git clone https://github.com/yourusername/url-shortener-bot.git
cd url-shortener-bot
git clone https://git.ssh.surf/dlinux-community/url-shortener.git
cd url-shortener
```
2. Follow the setup instructions for both `short.js` and `short-backend-api.js`.