From 500ace9f7b22c43f766e899f1e4ba16e0c955a75 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 13 Mar 2017 16:09:52 -0700 Subject: [PATCH] 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. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd367878..032189ee 100644 --- a/README.md +++ b/README.md @@ -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