README.md in hugs-2.5.0 vs README.md in hugs-2.5.1

- old
+ new

@@ -7,12 +7,13 @@ * [Ganeti's API](http://docs.ganeti.org/ganeti/2.2/html/rapi.html), required the sending of a message body with the HTTP Get request, which [rest-client](https://github.com/archiloque/rest-client) does not do. * Wanted a [fast](http://blog.segment7.net/articles/2010/05/07/net-http-is-not-slow), thread-safe, and persistent client. -* [Excon](https://github.com/geemus/excon) does most everything right, but is not +* [Excon](https://github.com/geemus/excon) does most everything right, <del>but is not compatible with [VCR](https://github.com/myronmarston/vcr) (more specifically - [webmock](https://github.com/bblimke/webmock) and [fakeweb](https://github.com/chrisk/fakeweb)). + [webmock](https://github.com/bblimke/webmock) and [fakeweb](https://github.com/chrisk/fakeweb))</del>. + There looks to be [work on this front](https://github.com/geemus/excon/issues#issue/29). * Wanted to learn how to handle this pattern. The XML usage of this gem will probably change. In the next couple of weeks Hugs will be implemented against an XML OCCI API.