Skip to content

Commit f51de89

Browse files
authored
Update README.md
1 parent b268f80 commit f51de89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let snappingLayout = SnappingLayout()
4949
```
5050
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: snappingLayout)
5151
```
52-
4. [Highle recommended] Set the deceleration rate of the collection view to fast:
52+
4. Set the deceleration rate of the collection view to fast:
5353
```
5454
collectionView.decelerationRate = .fast
5555
```

0 commit comments

Comments
 (0)