From 0eadcbd8a404c14124794f97603ef8fc43741c2b Mon Sep 17 00:00:00 2001 From: Shamim Date: Wed, 9 Jul 2025 01:00:24 +0600 Subject: [PATCH] Updated the Git clone command link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07443bb..8e2cc10 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to use the framework: 1. [Fork](https://github.com/Tahanima/rest-assured-api-test-automation-architecture/fork) the repository. 2. Clone, i.e, download your copy of the repository to your local machine using ``` -git clone https://github.com/[your_username]/rest-assured-api-test-automation-architecture.git +git clone https://github.com/Tahanima/rest-assured-api-test-automation-architecture.git ``` 3. Import the project in [IntelliJ IDEA](https://www.jetbrains.com/idea/download/). 4. Make your desired changes.