From 1a5f712aee055fae756bb7f9d3b686a210650d09 Mon Sep 17 00:00:00 2001 From: iangilman Date: Thu, 29 Aug 2013 10:30:56 -0700 Subject: [PATCH] Added a mention about basic.html --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4445221..9d60fd4f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ If you wish to work interactively with the tests or test your changes: grunt connect watch -and open `http://localhost:8000/` in your browser +and open `http://localhost:8000/test/test.html` in your browser. + +Another good page, if you want to interactively test out your changes, is `http://localhost:8000/test/demo/basic.html`. ### Contributing