Skip to content

Commit f103214

Browse files
authored
Merge pull request #25 from clue-labs/name
Update project homepage
2 parents c20f74a + 487a840 commit f103214

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/soap-react [![Build Status](https://travis-ci.org/clue/php-soap-react.svg?branch=master)](https://travis-ci.org/clue/php-soap-react)
1+
# clue/reactphp-soap [![Build Status](https://travis-ci.org/clue/reactphp-soap.svg?branch=master)](https://travis-ci.org/clue/reactphp-soap)
22

33
Simple, async [SOAP](http://en.wikipedia.org/wiki/SOAP) web service client library,
44
built on top of [ReactPHP](https://reactphp.org/).
@@ -84,7 +84,7 @@ $factory = new Factory($loop);
8484
```
8585

8686
If you need custom DNS or proxy settings, you can explicitly pass a
87-
custom [`Browser`](https://github.com/clue/php-buzz-react#browser) instance:
87+
custom [`Browser`](https://github.com/clue/reactphp-buzz#browser) instance:
8888

8989
```php
9090
$browser = new Clue\React\Buzz\Browser($loop);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/soap-react",
33
"description": "Simple, async SOAP webservice client library, built on top of ReactPHP",
44
"keywords": ["SOAP", "SoapClient", "WebService", "WSDL", "ReactPHP"],
5-
"homepage": "https://github.com/clue/php-soap-react",
5+
"homepage": "https://github.com/clue/reactphp-soap",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)