From 074853f6218e98a7a50e412fa6f9c01fba37747f Mon Sep 17 00:00:00 2001 From: Bruno Salmon Date: Wed, 6 Sep 2023 16:16:02 +0100 Subject: [PATCH] Reestablished WebFX header tag --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index dc7962d1d..28d248d1b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -16,7 +16,8 @@ -**WebFX** is a JavaFX application transpiler powered by [GWT][gwt-website]. It can transpile a JavaFX application into a traditional self-contained pure JavaScript web app (with no plugin or server required for its execution in the browser). +# WebFX +WebFX is a JavaFX application transpiler powered by [GWT][gwt-website]. It can transpile a JavaFX application into a traditional self-contained pure JavaScript web app (with no plugin or server required for its execution in the browser). For more explanation, please visit the [website][webfx-website].