Skip to content

Commit

Permalink
Merge pull request #8 from pableu/patch-1
Browse files Browse the repository at this point in the history
fix a typo in README.md (once -> ones)
  • Loading branch information
veewee authored Jan 4, 2022
2 parents 66d669f + 4b1e5e0 commit a5e5f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This package provides following engine components:
* **TraceableTransport:** Can be used to decorate another transport and keeps track of the last request and response. It should be used as an alternative for fetching it on the SoapClient.

In ext-soap, there are some well known issues regarding the HTTP layer.
Therefore we recommend using the [PSR-18 based transport](https://github.com/php-soap/psr18-transport/) instead of the once above.
Therefore we recommend using the [PSR-18 based transport](https://github.com/php-soap/psr18-transport/) instead of the ones above.
Besides dealing with some issues, it also provides a set of middleware for dealing with some common issues you might not be able to solve with the regular SoapClient.


Expand Down

0 comments on commit a5e5f02

Please sign in to comment.