diff options
-rw-r--r-- | README.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index ca646ee..33d14c0 100644 --- a/README.markdown +++ b/README.markdown @@ -5,9 +5,10 @@ A jQuery plugin that auto-expands textareas to fit the contents as a user types. ## Settings -The expandable plugin has 4 settings: +The expandable plugin has 5 settings: * `duration` - The speed of the animation when expanding (or shrinking). Default is 'normal'. +* `init` - If true, the textarea will be resized to fit its content on initialization. * `interval` - The interval at which it checks the textarea. Default is 750. * `within` - The number of rows left before expanding. Default is 1. * `by` - The number of rows to expand by. Default is 2. |