Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoria921 committed Apr 7, 2014
1 parent 9a14abf commit f74b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You also might need to change the coordinates of the CGRect values you passed in
CGRect navFrame = [self.view convertRect:button.frame toView:navController.view];
```

You can configure any coach mark properties before call the `start` method. For example:
You can configure any coach mark properties before calling the `start` method. For example:
```objective-c
coachMarksView.animationDuration = 0.5f;
coachMarksView.maskColor = [UIColor blueColor];
Expand Down

0 comments on commit f74b55e

Please sign in to comment.