From 7e55ac2eafb9c8369bda9fb811d777cfd9b731c8 Mon Sep 17 00:00:00 2001 From: Jayme Davis Date: Sat, 24 Oct 2015 01:56:29 -0400 Subject: [PATCH 1/2] readme typo fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dad39d6189..92ae5cc4f3 100644 --- a/readme.md +++ b/readme.md @@ -828,7 +828,7 @@ and access or modify connected accounts depending on permissions. valuable service as well, but they are not available in Stripe.net yet. 2) The next thing to do, is have another party connect to your site. To do this, put a link on your site which will start the authorization process, or you can use a -[Stripe Connect Button](https://stripe.com/about/resources). Your link will need to contain some querystring paramaters: +[Stripe Connect Button](https://stripe.com/about/resources). Your link will need to contain some querystring parameters: response_type: code client_id: *your client id from the stripe connect dashboard* From f9711bad1f18c89bd802fc61533d014b0daf4ed9 Mon Sep 17 00:00:00 2001 From: Jayme Davis Date: Sun, 8 Nov 2015 17:13:55 -0500 Subject: [PATCH 2/2] readme update for stripe.net pro --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 92ae5cc4f3..36393a6612 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,8 @@ #### stripe.net +If you are interested in stripe.net pro, please contact me directly at jaymedavis@gmail.com. The pro version will add additional tooling and priority support. + + ##**If you would like to submit a pull request.** First, thank you! It is a lot of work to learn someone else's codebase, so I appreciate it. Here are a few things that would help me out: * Do not submit pull requests for more than one fix. Keep them small and focused.