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] + +