Update README.md

This commit is contained in:
Namhyeon Go 2020-11-09 17:41:26 +09:00 committed by GitHub
parent cf95a4bcb5
commit 3a2eb32b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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