From c201132bb32ba992214efd705a42ac9dab13a20d Mon Sep 17 00:00:00 2001 From: Karl Sieburg Date: Fri, 22 Feb 2013 22:13:32 -0500 Subject: [PATCH] Updated readme to have a clearer explanation of what needs to be exposed in your virtual directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dafc216d51..7557b3d967 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ cd jquery && grunt watch ``` -Run the unit tests with a local server that supports PHP. Ensure that you run the site from the root directory, not the "test" directory. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options: +Run the unit tests with a local server that supports PHP. Ensure that you run the site from the root directory or that you expose the test directory and any dependent sibling directories. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options: - Windows: [WAMP download](http://www.wampserver.com/en/) - Mac: [MAMP download](http://www.mamp.info/en/index.html)