Skip to content

Commit

Permalink
Fix typo and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jun 20, 2014
1 parent e5bec1b commit 3260117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Usage

If you've ever used a ```UITableView```, using ```VENTokenField``` should be a breeze.

Similar to ```UITableView```, ```VENTokenField``` has provides protocols: ```VENTokenFieldDelegate``` and ```VENTokenFieldDataSource```.
Similar to ```UITableView```, ```VENTokenField``` provides two protocols: ```<VENTokenFieldDelegate>``` and ```<VENTokenFieldDataSource>```.

### VENTokenFieldDelegate
### <VENTokenFieldDelegate>
This protocol notifies you when things happen in the token field that you might want to know about.

* ```tokenField:didEnterText:``` is called when a user hits the return key on the input field.
Expand Down

0 comments on commit 3260117

Please sign in to comment.