diff --git a/README.md b/README.md
index 7757ea12..9fcad33f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+
+
+
# GildedRose Kata - PHP Version
See the [top level readme](../README.md) for general information about this exercise. This is the PHP version of the
@@ -18,19 +21,19 @@ See [GitHub cloning a repository](https://help.github.com/en/articles/cloning-a-
create a local copy of this project on your computer.
```sh
-git clone git@github.com:emilybache/GildedRose-Refactoring-Kata.git
+git clone git@github.com:thang-tran-nfq/GildedRose-Refactoring-Kata.git
```
or
```shell script
-git clone https://github.com/emilybache/GildedRose-Refactoring-Kata.git
+git clone https://github.com/thang-tran-nfq/GildedRose-Refactoring-Kata.git
```
Install all the dependencies using composer
```shell script
-cd ./GildedRose-Refactoring-Kata/php
+cd ./GildedRose-Refactoring-Kata
composer install
```