summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilmonroe <neil.monroe@gmail.com>2009-03-20 14:59:52 -0700
committerneilmonroe <neil.monroe@gmail.com>2009-03-20 14:59:52 -0700
commitacc92e4c4f8221c348e87a1a037ef83e09d98b74 (patch)
treed219c10b7c0f53ca8fa5d786ff9fe728a1495ea0
parentd556e8ea2ca5cd159ffaf279a3f6052553264732 (diff)
downloadjquery-countable-acc92e4c4f8221c348e87a1a037ef83e09d98b74.zip
jquery-countable-acc92e4c4f8221c348e87a1a037ef83e09d98b74.tar.gz
jquery-countable-acc92e4c4f8221c348e87a1a037ef83e09d98b74.tar.bz2
Update markdown formatting (again).
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 1026dff..5fba388 100644
--- a/README.markdown
+++ b/README.markdown
@@ -40,7 +40,7 @@ Add counter to a specific textarea, but display in a given container element (wi
negativeCopy: " ({n} characters over the limit)",
fadeDuration: 0
})
- });
+ });
_Note: In the last example, the code is wrapped in an `each()` function call to get `this` to point to the text element. Also, `maxLength` is being pulled from contextual information using the metadata jQuery plugin (<http://plugins.jquery.com/project/metadata>)._