Skip to content

Commit 817bef4

Browse files
Updated Readme
1 parent 29962db commit 817bef4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ZoomTransition supports pinch, rotate and pan gestures while dismissing the pres
88

99
![Screenshot](https://raw.githubusercontent.com/tristanhimmelman/ZoomTransition/master/example.gif)
1010

11-
To add to your app, simply create a ZoomTransition by passing the current NavigationController
12-
Then set the ZoomTransition object be the NavigationController delegate
11+
To use the transition in your app, simply create a ZoomTransition object by passing in the current NavigationController.
12+
Then set the ZoomTransition object to be the NavigationControllers delegate
1313
```swift
1414
if let navigationController = self.navigationController {
1515
self.animationController = ZoomTransition(navigationController: navigationController)

0 commit comments

Comments
 (0)