diff --git a/README.md b/README.md index ab571c6..170adf3 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,14 @@ It hides a complexity of `UITableViewDataSource` and `UITableViewDelegate` metho - [x] Automatic xib/classes registration - [x] No need to subclass - [x] Extensibility -- [x] Tests -## Usage +## Getting Started Create your rows: ```swift let row1 = TableRow(item: "1") -let row2 = TableRow(item: 2) -let row3 = TableRow(item: 3.0) +let row2 = TableRow(item: 2) +let row3 = TableRow(item: 3.0) ``` Put rows into section: ```swift