diff --git a/Readme.md b/Readme.md index a092fbb..3da66e9 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ -PHP-VCR Examples +[DEPRECATED] PHP-VCR Examples ================ +**You can now see usage examples in the [integration tests](https://github.com/php-vcr/php-vcr/tree/master/tests/integration).** + [![Build Status](https://travis-ci.org/php-vcr/php-vcr-examples.png?branch=master)](https://travis-ci.org/php-vcr/php-vcr-examples) ## Installation @@ -8,7 +10,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 +46,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 +```