summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Sartun <sartun@dievision.de>2015-11-12 10:58:20 +0100
committerOliver Sartun <sartun@dievision.de>2015-11-12 10:58:20 +0100
commit8b273eeeae01bb4134a750b40f65487487e46c13 (patch)
tree87070a098f7e3f9ce8d1d7b48618ad5a0e3388c3
parenta047532f917e7cb95ba2f3f501c7519a713bf3f2 (diff)
downloadjQuery.equalHeights-8b273eeeae01bb4134a750b40f65487487e46c13.zip
jQuery.equalHeights-8b273eeeae01bb4134a750b40f65487487e46c13.tar.gz
jQuery.equalHeights-8b273eeeae01bb4134a750b40f65487487e46c13.tar.bz2
Clarifying wait doc in Readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f97fbdf..151ec14 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Select whatever elements need equal height. You can optionally pass in an object
#### Option: `wait`
-If you pass in `{wait: true}` your elements' height will only be equalized if they have layout.
+If you pass in `{wait: true}` your elements' height will only be equalized as soon as they have layout.
$('.yourelements').equalHeights({wait: true})