From f73667276dcfb3e464dc57bee867cd807e86f2fb Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Mon, 22 Jan 2024 15:39:09 +0200 Subject: [PATCH] README.md has added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0014734..fbc7dd1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To get the project up and running, follow the instructions below. 1. Clone the repository: ```bash - git clone https://github.com/your-username/tiny-url-microservice.git + git clone https://git.dayanhub.com/kfir/tiny-url-microservice.git cd tiny-url-microservice docker-compose -f docker-compose.yaml up -d --build ```