README.md in stripe-2.1.0 vs README.md in stripe-2.2.0
- old
+ new
@@ -1,11 +1,11 @@
# Stripe Ruby Library [![Build Status](https://travis-ci.org/stripe/stripe-ruby.svg?branch=master)](https://travis-ci.org/stripe/stripe-ruby)
The Stripe Ruby library provides convenient access to the Stripe API from
applications written in the Ruby language. It includes a pre-defined set of
classes for API resources that initialize themselves dynamically from API
-responses. This allows it to operate on a number of different versions of the
+responses which makes it compatible with a wide range of versions of the Stripe
API.
The library also provides other features. For example:
* Easy configuration path for fast setup and use.
@@ -147,5 +147,9 @@
[api-keys]: https://dashboard.stripe.com/account/apikeys
[connect]: https://stripe.com/connect
[curl]: http://curl.haxx.se/docs/caextract.html
[faraday]: https://github.com/lostisland/faraday
[idempotency-keys]: https://stripe.com/docs/api/ruby#idempotent_requests
+
+<!--
+# vim: set tw=79:
+-->