diff --git a/UPGRADING.md b/UPGRADING.md index 40f5c3a6b..633a02d8c 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -34,10 +34,10 @@ Example: ```php // Before: -`curl_version()`; +curl_version(); // After: -`\curl_version()`; +\curl_version(); ``` For the full diff you can check [here](https://github.com/guzzle/guzzle/compare/6.5.0..master).