diff --git a/README.md b/README.md index 3516d98..e2b307c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ C:\Users\John\Documents\GitHub\welsonjs> cscript app.js sayhello hello ``` +## Make own setup file +- compile `setup.iss` file with [Inno Setup](https://jrsoftware.org/isinfo.php) + ## [NEW] Advanced XML Parser ``` var XML = require("lib/xml"); @@ -76,9 +79,6 @@ var nodes = XML.load("example.xml").select("/example/category1").filter(function }).toArray(); ``` -## Make own setup file -- compile `setup.iss` file with [Inno Setup](https://jrsoftware.org/isinfo.php) - ## Screenshot ![Screenshot 1](app/assets/img/screenshot.png)