mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update README.md
This commit is contained in:
parent
cf95a4bcb5
commit
3a2eb32b72
|
@ -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
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user