From 8c64844cede9c13deb3c404e930e5f9ab95cb970 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 26 Mar 2020 03:42:36 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83def3..6153b62 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a template project for Android Studio that allows you to create an andro If you want to create an app that displays the content of a remote website -1. uncomment line **24** in `MainActivity.java` and replace `http://example.com` with your remote source +1. uncomment line **24** in `MainActivity.java` and replace `https://example.com` with your remote source ```java mWebView.loadUrl("https://example.com");