From e52bcaa15c731d27bd5a94e21370c811e780a402 Mon Sep 17 00:00:00 2001 From: Kevin Lamping Date: Tue, 19 Feb 2013 09:03:21 -0600 Subject: [PATCH] Fixed typo on 'filter' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 161bf46a..027ed32a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This will run Yeti with a 120 second timeout: You can specify query string parameters to add to your test URLs. This can be used to pass information to your tests that control its behavior. -This will append `?fliter=coverage` to your tests, which is used by the tests +This will append `?filter=coverage` to your tests, which is used by the tests for the [YUI Library][YUI] to trigger loading instrumented code. $ yeti --query 'filter=coverage' test/*.html