diff --git a/BigBoxOfHTML b/BigBoxOfHTML
deleted file mode 100644
index 610a194..0000000
--- a/BigBoxOfHTML
+++ /dev/null
@@ -1,5 +0,0 @@
-# The Big Box of HTML
-
-## Testing Tools
- - [.resizr](http://resizr.co/) - Responsive website testing tool
- -
diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md
new file mode 100644
index 0000000..9442708
--- /dev/null
+++ b/BigBoxOfHTML.md
@@ -0,0 +1,9 @@
+# The Big Box of HTML
+
+## Testing Tools
+ - [.resizr](http://resizr.co/) - Responsive website testing tool
+ -
+
+## Packaging Tools
+ - [NW.js](http://nwjs.io/) - Previously known as `node-webkit`, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS.
+ - [Electron](http://electron.atom.io/) - An alternative to the above. Looks to be smaller, but I don't really know how it works.