From 99fc12e7238de26ef930979a88a2b6cc93a37df2 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Mon, 22 Aug 2016 17:39:30 +0300 Subject: [PATCH] bump readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3adbf6..cd5aa86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Build Status Swift 2.2 compatible Carthage compatible - CocoaPods compatible + CocoaPods compatible Platform iOS License: MIT

@@ -184,7 +184,7 @@ tableDirector += rows Done, your table is ready. ## Automatic cell registration -TableKit can register your cells in table view automatically. In case if your reusable cell id mathces cell's xib name: +TableKit can register your cells in a table view automatically. In case if your reusable cell id mathces cell's xib name: ```ruby MyTableViewCell.swift