From 6d2e5b082f594a84e5bdf55dddae052f583388bb Mon Sep 17 00:00:00 2001 From: slymax Date: Sat, 16 Feb 2019 16:57:06 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a39cd..b05c18f 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you want to create an app that displays the content of a remote website mWebView.setWebViewClient(new MyWebViewClient()); ``` -2. open the `MyWebViewClient.java` file and replace `example.com` on line **15** with your custom hostname +2. open the `MyWebViewClient.java` file and replace `example.com` on line **14** with your custom hostname ```java if (Objects.requireNonNull(Uri.parse(url).getHost()).endsWith("example.com")) {