diff --git a/README.md b/README.md index 7619f32..173f1d1 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ EGYModalWebViewController *webViewController = [[EGYModalWebViewController alloc [self presentViewController:webViewController animated:YES completion:NULL]; +**Changing the bars tint color**
 @property (nonatomic, strong) UIColor *barsTintColor;
 @property (nonatomic, strong) UIColor *barItemsTintColor;
 
-**Changing the bars tint color** Only **`EGYModelWebViewController`** supports custom tint colors using the **barsTintColor** property and **barItemsTintColor** property.