From 5916494d05e141aafcae12219f3f59e5b75b287b Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 8 Jul 2020 07:47:31 +0900 Subject: [PATCH] Update README.md and relatives --- README.md | 16 +++++++++++++++- structure.png => app/assets/img/structure.png | Bin 2 files changed, 15 insertions(+), 1 deletion(-) rename structure.png => app/assets/img/structure.png (100%) diff --git a/README.md b/README.md index 7edf9e8..6e99614 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,21 @@ Welsonjs - Build a windows desktop apps ultra-fastly with WSH.js and HTA ## Structure -![Structure of WelsonJS](structure.png) +![Structure of WelsonJS](app/assets/img/structure.png) + +## Included libraries +- lib/base64 +- lib/db +- lib/file +- lib/http +- lib/json +- lib/registry +- lib/security +- lib/sendmail +- lib/shell +- lib/std +- lib/system +- lib/timer ## Contact me - gnh1201@gmail.com diff --git a/structure.png b/app/assets/img/structure.png similarity index 100% rename from structure.png rename to app/assets/img/structure.png