diff --git a/Examples.md b/Examples.md index 424ee75..a7e2962 100644 --- a/Examples.md +++ b/Examples.md @@ -69,6 +69,9 @@ console.log(ping("1.1.1.1")); ``` ## XML Parse + +### Get value + ```javascript var XML = require("lib/xml");