From 1ed73a7bcb7dc24dbf5ce3d3d99480c31a6bc714 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 11:57:48 -0400 Subject: [PATCH] Fix typographical error(s) Changed catagory to category in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2063e2..3ebf607 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Extension for the `UICollectionView` and `UICollectionViewLayout` that allows a ## Getting Started -- Include UICollectionView+Draggable catagory (and related files). +- Include UICollectionView+Draggable category (and related files). - Include QuartzCoreFramework. - Set `draggable` to true on collection view. - Set `collectionViewLayout` to a layout that implements the `UICollectionViewLayout_Warpable` protocol (will fallback if layout does not). For the default Flow layout (grid) use `DraggableCollectionViewFlowLayout` - you can set this in Interface Builder.