From 469c61b6941e429d559db1751917bde51acc116c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=82=A8=ED=98=84?= Date: Wed, 4 Nov 2020 17:52:00 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6963ed2..3c7bfe2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on - lib/timer (`setTimeout` implementation for not supported environment) - lib/powershell (Windows Powershell interface) - lib/service (Windows Service interface) -- lib/oldbrowser (HTML/JS/CSS interface) +- lib/oldbrowser (ES5/ES6, HTML/JS/CSS compatibility) - lib/uri (URI scheme interface) - lib/winlibs (Windows DLL(Dynamic-link library) interface) - lib/autohotkey ([AutoHotKey](https://catswords.re.kr/go/autohotkey) interface) @@ -37,6 +37,7 @@ WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on - lib/wintap (Windows-TAP interface) - lib/tun2socks (TUN2SOCKS interface) - lib/hosts (Hosts file interface) +- lib/gtk (GTK-server GUI interface) ## Make your own `sayhello` example