From cc69a5e8d71d6182c3ff1b3cd2478c0311f9988e Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Mon, 9 Nov 2015 00:29:57 +0300 Subject: [PATCH] bump readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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