From 1513cef491ec35f1afe56c59cc2263828d76f48c Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 3 Nov 2021 21:03:13 +0900 Subject: [PATCH] fix typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9187ba4..ca01a1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -JJBrowser error demo -==================== +JBrowser error demo +=================== When I compile this project and run it, it should open a window and show the content of a imbeded html page just saying "test". -But it shows nothing. When you use loadHTML() then it works. +But it shows nothing, just a white page. When you use loadHTML() +then it works.