diff --git a/README.md b/README.md index 3029705..42dff09 100644 --- a/README.md +++ b/README.md @@ -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`.