Skip to content

Commit

Permalink
Merge pull request #22 from wes321/patch-1
Browse files Browse the repository at this point in the history
Updated Readme to reflect URI explanation
  • Loading branch information
remear committed Mar 12, 2014
2 parents f17e9f1 + dc7dc17 commit 19d7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 19d7caf

Please sign in to comment.