Skip to content

Commit 34fe6d4

Browse files
author
Gregor Becker
committed
refactor(v1): typos
1 parent 3efeca1 commit 34fe6d4

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
@@ -91,7 +91,7 @@ Headers may be added to requests using the `withHeaders` method. This `withHeade
9191
You may specify basic authentication credentials using the `withBasicAuth` method, respectively:
9292

9393
// Basic authentication...
94-
$response = Soap::withBasicAuth('[email protected]', 'secret')->post(...);
94+
$response = Soap::baseWsdl('http://test.com'/v1?wsdl)->withBasicAuth('[email protected]', 'secret')->call(...);
9595

9696
#### Web Service Security (WSS / WSSE)
9797

0 commit comments

Comments
 (0)