mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-30 00:00:47 -04:00
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:
parent
8f817b8365
commit
500ace9f7b
14
README.md
14
README.md
@ -1,12 +1,12 @@
|
||||
# Stripe Ruby Bindings [](https://travis-ci.org/stripe/stripe-ruby)
|
||||
# Stripe Ruby SDK [](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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user