diff --git a/README.md b/README.md
index 6324db2..a6a6f7c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
# xlsx
-Currently a parser for XLSX files. Cleanroom implementation from the ISO 29500 Office Open XML specifications.
-
-This has been tested on some very basic XLSX files generated from Excel 2011.
+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 :)
diff --git a/bits/51_version.js b/bits/51_version.js
index 12cca7e..70556bf 100644
--- a/bits/51_version.js
+++ b/bits/51_version.js
@@ -1 +1 @@
-XLSX.version = '0.3.9';
+XLSX.version = '0.3.10';
diff --git a/bits/70_xlsx.js b/bits/70_xlsx.js
index a3fde18..fe24e47 100644
--- a/bits/70_xlsx.js
+++ b/bits/70_xlsx.js
@@ -1,6 +1,7 @@
var ct2type = {
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml": "workbooks",
+ "application/vnd.ms-excel.sheet.macroEnabled.main+xml":"workbooks", /*XLSM*/
"application/vnd.openxmlformats-package.core-properties+xml": "coreprops",
"application/vnd.openxmlformats-officedocument.extended-properties+xml": "extprops",
"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml": "calcchains",
diff --git a/index.html b/index.html
index 7e4c207..78b97d9 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@
JSON
FORMULAE
-