guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
MIT License
253 stars 78 forks source link

Fix typo in README #126

Closed vlastv closed 7 years ago

Konafets commented 7 years ago

This is correct and not a typo. Since GuzzleHttp\Url was removed and Guzzle uses GuzzleHttp\Psr7\Uri now, I decided to stick to that name. However, for a graceperiod baseUrl is still supported by the lib.