Merge pull request #96 from DmitryFrishbuter/readme-patch

Fix typo in README.md
This commit is contained in:
Max Sokolov 2019-10-05 15:10:11 -04:00 committed by GitHub
commit 44c55d2f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ tableDirector += rows
Done, your table is ready. Done, your table is ready.
## Automatic cell registration ## Automatic cell registration
TableKit can register your cells in a 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 matches cell's xib name:
```ruby ```ruby
MyTableViewCell.swift MyTableViewCell.swift