diff --git a/README.md b/README.md
index 1870d5c..23cfc40 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,7 @@ Creates a wrapped text box for each point in an array of data. See [this example
* [.id([*value*])](#TextBox.id)
* [.lineHeight([*value*])](#TextBox.lineHeight)
* [.overflow([*value*])](#TextBox.overflow)
+ * [.pointerEvents([*value*])](#TextBox.pointerEvents)
* [.rotate([*value*])](#TextBox.rotate)
* [.select([*selector*])](#TextBox.select)
* [.split([*value*])](#TextBox.split)
@@ -333,6 +334,17 @@ If *value* is specified, sets the overflow accessor to the specified function or
| --- | --- | --- |
| [*value*] | function
| Boolean
| false
|
+
+
+#### TextBox.pointerEvents([*value*])
+If *value* is specified, sets the pointer-events accessor to the specified function or string and returns this generator. If *value* is not specified, returns the current pointer-events accessor.
+
+**Kind**: static method of [TextBox](#TextBox)
+
+| Param | Type | Default |
+| --- | --- | --- |
+| [*value*] | function
| String
| "auto"
|
+
#### TextBox.rotate([*value*])
@@ -599,4 +611,4 @@ Capitalizes the first letter of each word in a phrase/sentence.
-###### Documentation generated on Sun, 20 Nov 2016 04:23:34 GMT
+###### Documentation generated on Mon, 05 Dec 2016 02:26:32 GMT
diff --git a/package.json b/package.json
index 51e4c18..42e26cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "d3plus-text",
- "version": "0.9.9",
+ "version": "0.9.10",
"description": "A smart SVG text box with line wrapping and automatic font size scaling.",
"main": "build/d3plus-text.js",
"jsnext:main": "index",