diff --git a/README.md b/README.md index 73e3ddd0..e5cc58cf 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ First, add `flutter_inappbrowser` as a [dependency in your pubspec.yaml file](ht ## Usage Classes: -- [InAppWebView](#inappwebview): Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. [**Available only for Android** ([AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html)) at this moment]. -- [InAppBrowser](#inappbrowser): In-App Browser using native WebView. -- [ChromeSafariBrowser](#chromesafaribrowser): In-App Browser using [Chrome Custom Tabs](https://developer.android.com/reference/android/support/customtabs/package-summary) on Android / [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) on iOS. -- [InAppLocalhostServer](#inapplocalhostserver): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`. +- [InAppWebView](#inappwebview-class): Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. [**Available only for Android** ([AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html)) at this moment]. +- [InAppBrowser](#inappbrowser-class): In-App Browser using native WebView. +- [ChromeSafariBrowser](#chromesafaribrowser-class): In-App Browser using [Chrome Custom Tabs](https://developer.android.com/reference/android/support/customtabs/package-summary) on Android / [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) on iOS. +- [InAppLocalhostServer](#inapplocalhostserver-class): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`. ### `InAppWebView` class Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. @@ -1093,4 +1093,4 @@ Closes the server. ```dart localhostServer.close(); -``` \ No newline at end of file +```