From 4b6d73ff653a8f3bf4d6c64cadbe34f3ec5fd01e Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 27 Oct 2020 14:54:24 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bd28a2..b305dcf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ Ported from https://bellard.org/quickjs/ and its official GitHub mirror https:// By Andrew Fedoniouk (a.k.a. c-smile) -This version is Microsoft Visual C++ compatible/compileable. +This version is + +* Microsoft Visual C++ compatible/compileable +* Is used in Sciter.JS The main documentation is in doc/quickjs.pdf or doc/quickjs.html. @@ -22,3 +25,6 @@ It will generate .build/vs2017/quickjs-msvc.sln and open it in Microsoft Visual Press F5 to compile it and run qjs - interactive JS command line application. +Check (wiki)[https://github.com/c-smile/quickjspp/wiki] + +