diff --git a/README.md b/README.md index 654efde..fd08b41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Tablet](https://raw.githubusercontent.com/maxsokolov/tablet/assets/tablet.png) -Tablet is a super lightweight yet powerful library that handles a complexity of UITableView's datasource and delegate in a Swift environment. +Tablet is a super lightweight yet powerful generic library that handles a complexity of UITableView's datasource and delegate in a Swift environment. Tablet's goal is to provide an easiest way to create complex table views. With Tablet you don't have to write a messy code of switch or if statement when you deal with bunch of different cells in different sections. ## Requirements @@ -125,4 +125,8 @@ let rowBuilder = TableRowBuilder(items: users, id: "reu .action("action_key") { data in } -``` \ No newline at end of file +``` + +## License + +Tablet is available under the MIT license. See LICENSE for details. \ No newline at end of file