Version 1
[yaffs-website] / node_modules / dom-walk / README.md
diff --git a/node_modules/dom-walk/README.md b/node_modules/dom-walk/README.md
new file mode 100644 (file)
index 0000000..9e33dd1
--- /dev/null
@@ -0,0 +1,23 @@
+# dom-walk
+
+iteratively walk a DOM node
+
+## Example
+
+``` js
+var walk = require("dom-walk")
+
+walk(document.body.childNodes, function (node) {
+    console.log("node", node)
+})
+```
+
+## Installation
+
+`npm install dom-walk`
+
+## Contributors
+
+ - Raynos
+
+## MIT Licenced
\ No newline at end of file