From 1d839edd35e3c63e5c0480589db94f9f088dfb6f Mon Sep 17 00:00:00 2001 From: dlinux-host Date: Thu, 3 Oct 2024 12:46:33 -0400 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.