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