Skip to content

Commit 7dde859

Browse files
committed
Fix repository URL
1 parent 2615616 commit 7dde859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PHP-VCR Examples
88
Assuming you have got [composer](http://getcomposer.org) installed:
99

1010
```
11-
git clone git@github.com:adri/php-vcr-examples.git
11+
git clone git@github.com:php-vcr/php-vcr-examples.git
1212
cd php-vcr-examples/
1313
composer install
1414
```
@@ -44,4 +44,4 @@ To record all http requests agian, delete the fixtures:
4444
cd soap
4545
rm test/fixtures/soap_weather_api_temperature
4646
phpunit
47-
```
47+
```

0 commit comments

Comments
 (0)