| Index: docs/ios/opening_links.md
|
| diff --git a/docs/ios/opening_links.md b/docs/ios/opening_links.md
|
| index 03ea68a3af74829b3bdbacfd883f00ca5da2c5c5..329f299643809ea4e640f5d7cc0f32d1302c8fa1 100644
|
| --- a/docs/ios/opening_links.md
|
| +++ b/docs/ios/opening_links.md
|
| @@ -1,4 +1,4 @@
|
| -# Opening links in Chrome for iOS</h1>
|
| +# Opening links in Chrome for iOS
|
|
|
| The easiest way to have your iOS app open links in Chrome is to use the
|
| [OpenInChromeController](https://github.com/GoogleChrome/OpenInChrome) class.
|
| @@ -13,8 +13,8 @@ the URL to open.
|
|
|
| ### Methods
|
|
|
| -* `isChromeInstalled`: returns YES if Chrome is installed</li>
|
| -* `openInChrome`: opens a given URL in Chrome</li>
|
| +* `isChromeInstalled`: returns YES if Chrome is installed
|
| +* `openInChrome`: opens a given URL in Chrome
|
|
|
| For example, use the OpenInChromeController class as follows:
|
|
|
|
|