From 7d10953823d1f7fa51b1f14b52ff456def2c141d Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Thu, 9 Feb 2012 12:57:03 -0500 Subject: [PATCH] Fix up README. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 894ddc8..570081f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # fake\_braintree, a Braintree fake [![Build Status](https://secure.travis-ci.org/thoughtbot/fake_braintree.png)](http://travis-ci.org/thoughtbot/fake_braintree) -This library is a way to test Braintree code without hitting Braintree's servers. -It uses [Capybara::Server](https://github.com/jnicklas/capybara/blob/master/lib/capybara/server.rb) -to intercept all of the calls from Braintree's Ruby library and returns XML that the Braintree library -can parse. The whole point is not to hit the Braintree API. +This library is a way to test [Braintree](http://www.braintreepayments.com/) +code without hitting Braintree's servers. It uses +[Capybara::Server](https://github.com/jnicklas/capybara/blob/master/lib/capybara/server.rb) +to intercept all of the calls from Braintree's Ruby library and returns XML that +the Braintree library can parse. The whole point is not to hit the Braintree +API. -Currently in alpha (i.e. it does not support every Braintree call). + +It supports a lot of Braintree methods, but it does not support every single one +of them (yet). ## Supported API methods