From 1979bc0d3c29ad189ab94256aa6a87e78b77e726 Mon Sep 17 00:00:00 2001 From: lkorth Date: Mon, 22 Sep 2014 13:09:05 -0700 Subject: [PATCH] Break lines in CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5575fd73db..3ec113495d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contribute +# Contributing Thanks for considering contributing to this project. Ways you can help: @@ -14,7 +14,10 @@ Read our [development guidelines](DEVELOPMENT.md) to get a sense of how we think ## Environments -The architecture of the Client API means that you'll need to develop against a merchant server when developing braintree-android. The merchant server uses a server side client library such as [`braintree_ruby`](https://github.com/braintree/braintree_ruby) to coordinate with a particular Braintree Gateway environment. The various Gateway environments, such as `development`, `sandbox` and `production`, in turn determine the specific behaviors around merchant accounts, credit cards, PayPal, etc. +The architecture of the Client API means that you'll need to develop against a merchant server when developing braintree-android. +The merchant server uses a server side client library such as [`braintree_ruby`](https://github.com/braintree/braintree_ruby) to +coordinate with a particular Braintree Gateway environment. The various Gateway environments, such as `development`, `sandbox` and `production`, +in turn determine the specific behaviors around merchant accounts, credit cards, PayPal, etc. ## Tests