diff --git a/README.md b/README.md
index a6a6f7c..7d046ab 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
# xlsx
Currently a parser for XLSX and XLSM files. Cleanroom implementation from the
-ISO 29500 Office Open XML specifications.
-
-If you need something that is not currently supported, file an issue and attach a sample file. I will get to it :)
+ISO 29500 Office Open XML specifications and related documents.
## Installation
@@ -13,9 +11,53 @@ In node:
In the browser:
+
+## Usage
+
+The node version installs a binary `xlsx2csv` which can read XLSX/XLSM files and output the contents in various formats. The source is available at `xlsx2csv.njs` in the bin directory.
+
+See for a browser example.
+
+Note that older versions of IE does not support HTML5 File API, so the base64 mode is provided for testing. On OSX you can get the base64 encoding by running:
+
+ $ for XLS* modules
- for XLS* modules using Sauce Labs
-## Usage
-
-See `xlsx2csv.njs` in the bin directory for usage in node.
-
-See http://oss.sheetjs.com/js-xlsx/ for a browser example.
-
-Note that IE does not support HTML5 File API, so the base64 mode is provided for testing. On OSX you can get the base64 encoding by running:
-
- $