]> source.dussan.org Git - jquery.git/commitdiff
Update README: IDs are without hashes in t()
authortimmywil <timmywillisn@gmail.com>
Tue, 29 May 2012 18:57:37 +0000 (15:57 -0300)
committertimmywil <timmywillisn@gmail.com>
Tue, 29 May 2012 18:57:37 +0000 (15:57 -0300)
README.md

index 9e47741a289ffc04d778e0b6c2ff0b5f73eabc69..b97886bb0151d7e7daca9d7722b5faa1fd3b4072 100644 (file)
--- a/README.md
+++ b/README.md
@@ -192,9 +192,9 @@ Test Suite Convenience Methods Reference (See [test/data/testinit.js](https://gi
 
 @example `q("main", "foo", "bar")` => [`<div id="main">`, `<span id="foo">`, `input id="bar">`]
 
-### Asserts that a select matches the given IDs ###
+### Asserts that a selection matches the given IDs ###
 
-       t( testName, selector, [ "#array", "#of", "#ids" ] );
+       t( testName, selector, [ "array", "of", "ids" ] );
 
 @example `t("Check for something", "//[a]", ["foo", "baar"]);`