From 74d5fc1f439c48df5144ff6338308912640f7abd Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 26 Jul 2014 11:59:25 -1000 Subject: [PATCH] Correction to url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61fa12410a8..98d845f7e4c6 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ Tips/Tricks having to choose between running tests and preserving your existing messages, keys, and other extension data, much of the test suite can be run by starting a local webserver in the repository root, e.g. `python -m SimpleHTTPServer`. - You can then access the test page at `http://0.0.0.0:8000`. + You can then access the test page at `http://0.0.0.0:8000/test.html`.