From 40cfb0cf8f0e36b9f6cd4634711bec73bd7cf28c Mon Sep 17 00:00:00 2001
From: Pieter Sheth-Voss <pieter@protobi.com>
Date: Fri, 8 May 2015 09:09:20 -0400
Subject: [PATCH] Document wrapText

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 4ee664b..705bd4f 100644
--- a/README.md
+++ b/README.md
@@ -497,6 +497,7 @@ top-level attributes: `fill`, `font`, `numFmt`, `alignment`, and `border`.
 |                 |                |  `"0.00%;\\(0.00%\\);\\-;@"` // string specifying a custom format, escaping special characters
 | alignment       | vertical       | `"bottom"||"center"||"top"`
 |                 | horizontal     | `"bottom"||"center"||"top"`
+|                 | wrapText       |  `true || false`
 |                 | textRotation   | Number from `0` to `180` or `255` (default is `0`)
 |                 |                |  `90` is rotated up 90 degrees
 |                 |                |  `45` is rotated up 45 degrees