Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Jun 27, 2017
1 parent e3c4898 commit 85d6a70
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 @@ -11,7 +11,7 @@ Framework to simplify the setup and configuration of `UITableView` data sources

An example app is included demonstrating DataSource's functionality. The example demonstrates various uses cases ranging from a simple list of strings to more complex uses cases such as setting up a dynamic form.

### Gettings Started
### Getting Started

Create a `DataSource` with a `CellDescriptor` that describes how the `UITableViewCell` (in this case a `TitleCell`) is configured using a data model (`Example`).
Additionally, we also add a handler for `didSelect` which handles the `didSelectRowAtIndexPath` method of `UITableViewDelegate`.
Expand Down

0 comments on commit 85d6a70

Please sign in to comment.