diff --git a/README.md b/README.md
index 9e47741a2..b97886bb0 100644
--- 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")` => [`
`, ``, `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"]);`