From dc7dc1795a54389633a972e24b2f3e2fe37cf0b9 Mon Sep 17 00:00:00 2001 From: Wesley Lorenzini Date: Wed, 12 Mar 2014 04:19:42 -0400 Subject: [PATCH] Updated Readme to reflect URI explanation Updated Instantiate a balanced instanced information to explain that marketplace URI isn't needed anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc8fe9..89b7af8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can copy the headers directly into your project and add them as direct refer #### Create a marketplace object -Instantiate a balanced instance with your marketplace URI. +Instantiate a balanced instance. Balanced instances do not need a marketplace URI since Balanced API 1.1 no longer requires authenticated tokenization. For you this means you'll get back a response containing a card href and other attributes. Send the href to your server. ```objectivec Balanced *balanced = [[Balanced alloc] init];