From 7dde859f9aecef0380de6069c09e661d024a8843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Thu, 16 Jan 2014 10:55:52 +0100 Subject: [PATCH] Fix repository URL --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a092fbb..d877412 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ PHP-VCR Examples Assuming you have got [composer](http://getcomposer.org) installed: ``` -git clone git@github.com:adri/php-vcr-examples.git +git clone git@github.com:php-vcr/php-vcr-examples.git cd php-vcr-examples/ composer install ``` @@ -44,4 +44,4 @@ To record all http requests agian, delete the fixtures: cd soap rm test/fixtures/soap_weather_api_temperature phpunit -``` \ No newline at end of file +```