diff --git a/README.md b/README.md index 7b83c7ba..e71c0e59 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you need to compile Imagick from source, first you should install [ImageMagic Once ImageMagick is installed, the following commands will compile and install Imagick: ``` -git clone https://github.com/Imagick/imagick +git clone https://github.com/kohanaworld/imagick cd imagick phpize && ./configure make