From 2b5bb97458bcec10db955edea7cce56149d777f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20R=2E=20Gon=C3=A7alves?= Date: Fri, 23 Dec 2016 11:49:33 -0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cce1b74..01ae0b9 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ EBANX.config.setPublishableKey('put your key here'); ### 3. Create a credit card request -Lets start by collecting credit-card details an preparing a request token, please notice that other payment methods are also supported, see [payment methods](). +Lets start by collecting credit card details and preparing a request token, please notice that other payment methods are also supported, see [payment methods](). #### card.createToken -Creates a single use token used to pass credit-card information to your server in a safe way. +Creates a single use token used to pass credit card information to your server in a safe way. ```javascript var createTokenCallback = function(ebanxResponse) { @@ -48,7 +48,7 @@ EBANX.card.createToken({ #### card.createRequest -Creates a single use token used to pass credit-card information to your server in a safe way. +Creates a single use token used to pass credit card information to your server in a safe way. ```javascript var createTokenCallback = function(ebanxResponse) {