From 1cc09d6f17532de282dbf57964f19a6ff2030362 Mon Sep 17 00:00:00 2001 From: Jin Wang Date: Wed, 15 Feb 2017 23:14:40 +1100 Subject: [PATCH 1/2] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b4e534..ad03496 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ collectionView.collectionViewLayout = layout ### Customization -Animators implement the protocol `LayoutAttributesAnimator`. Most of them have additionaly parameters that you can tweak the transitions. +Animators implement the protocol `LayoutAttributesAnimator`. Most of the built-in ones have additional parameters that you can tweak the transitions. You can also write your own animators. ## TODO From 0f9761e67d2b90e823ca669bfcfed8538cc589c0 Mon Sep 17 00:00:00 2001 From: Jin Wang Date: Wed, 15 Feb 2017 23:15:48 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad03496..ebbd1ba 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You can also write your own animators. ## Author -Jin Wang +[Jin Wang](https://twitter.com/jinw1990) ## License