mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +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
|
||||
```
|
||||
|
||||
## 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
|
||||

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