Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -44,4 +44,4 @@ To record all http requests agian, delete the fixtures:
cd soap
rm test/fixtures/soap_weather_api_temperature
phpunit
```
```