diff --git a/README.md b/README.md index eca4e0c..a1cca17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clue/soap-react [![Build Status](https://travis-ci.org/clue/php-soap-react.svg?branch=master)](https://travis-ci.org/clue/php-soap-react) +# clue/reactphp-soap [![Build Status](https://travis-ci.org/clue/reactphp-soap.svg?branch=master)](https://travis-ci.org/clue/reactphp-soap) Simple, async [SOAP](http://en.wikipedia.org/wiki/SOAP) web service client library, built on top of [ReactPHP](https://reactphp.org/). @@ -84,7 +84,7 @@ $factory = new Factory($loop); ``` If you need custom DNS or proxy settings, you can explicitly pass a -custom [`Browser`](https://github.com/clue/php-buzz-react#browser) instance: +custom [`Browser`](https://github.com/clue/reactphp-buzz#browser) instance: ```php $browser = new Clue\React\Buzz\Browser($loop); diff --git a/composer.json b/composer.json index 123cdda..c6aa334 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "clue/soap-react", "description": "Simple, async SOAP webservice client library, built on top of ReactPHP", "keywords": ["SOAP", "SoapClient", "WebService", "WSDL", "ReactPHP"], - "homepage": "https://github.com/clue/php-soap-react", + "homepage": "https://github.com/clue/reactphp-soap", "license": "MIT", "authors": [ {