Prefer use of the word "SDK" over "bindings"

Minor difference in vernacular, but as noted in stripe/stripe-node#312,
the usage of the word "bindings" is unusual outside of Stripe.
This commit is contained in:
Brandur 2017-03-13 16:09:52 -07:00
parent 8f817b8365
commit 500ace9f7b

View File

@ -1,12 +1,12 @@
# Stripe Ruby Bindings [![Build Status](https://travis-ci.org/stripe/stripe-ruby.svg?branch=master)](https://travis-ci.org/stripe/stripe-ruby)
# Stripe Ruby SDK [![Build Status](https://travis-ci.org/stripe/stripe-ruby.svg?branch=master)](https://travis-ci.org/stripe/stripe-ruby)
The Stripe Ruby bindings provide a small SDK for convenient access to the
Stripe API from applications written in the Ruby language. It provides a
The Stripe Ruby SDK provides a small package for 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 which allows the bindings to tolerate a number
of different versions of the API.
dynamically from API responses. This allows it to operate on a number of
different versions of the API.
The bindings also provide other features. For example:
The SDK also provides other features. For example:
* Easy configuration path for fast setup and use.
* Helpers for pagination.
@ -22,7 +22,7 @@ See the [Ruby API docs](https://stripe.com/docs/api/ruby#intro).
## Installation
You don't need this source code unless you want to modify the gem. If you just
want to use the Stripe Ruby bindings, you should run:
want to use the package, just run:
gem install stripe