Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slymax authored Mar 26, 2020
1 parent 4ceebd3 commit 8c64844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 8c64844

Please sign in to comment.