From 5fe1ad96af6f955e8318718f6beb17985dc330eb Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Tue, 11 Feb 2020 10:22:47 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fdb5a2..e593afc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MMParallaxCell [![CocoaPods](https://img.shields.io/cocoapods/p/MMParallaxCell.svg)]() [![CocoaPods](https://img.shields.io/cocoapods/l/MMParallaxCell.svg)]() -A subclass of UITableViewCell to present the parallax effect. MMParallaxCell is a drop-in solution, basically you don't need to configure anything, but also you can customize it youself. +A subclass of UITableViewCell to present the parallax effect. MMParallaxCell is a drop-in solution, basically you don't need to configure anything, but also you can customize it yourself. Besides, you don't have to add additional codes in UITableView's Delegate Method, use it as natural as UITableViewCell :)