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.