We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2615616 commit 7dde859Copy full SHA for 7dde859
Readme.md
@@ -8,7 +8,7 @@ PHP-VCR Examples
8
Assuming you have got [composer](http://getcomposer.org) installed:
9
10
```
11
-git clone git@github.com:adri/php-vcr-examples.git
+git clone git@github.com:php-vcr/php-vcr-examples.git
12
cd php-vcr-examples/
13
composer install
14
@@ -44,4 +44,4 @@ To record all http requests agian, delete the fixtures:
44
cd soap
45
rm test/fixtures/soap_weather_api_temperature
46
phpunit
47
-```
+```
0 commit comments