Skip to content

Commit 9d96329

Browse files
authored
Merge pull request #15 from wannevancamp/patch-1
Update Readme.md
2 parents 8901b70 + 1134f1c commit 9d96329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ $wsdl = ($provider)('some.wsdl');
231231
#### Writing your own WSDL provider
232232

233233
Didn't find the WSDL provider you needed?
234-
No worries! It is very easy to create your own WSDL provider. The only thing you'll need to do is implement the WsdlProviderInterface:
234+
No worries! It is very easy to create your own WSDL provider. The only thing you'll need to do is implement the `WsdlProvider` interface:
235235

236236
```php
237237
namespace Soap\ExtSoapEngine\Wsdl;

0 commit comments

Comments
 (0)