From 279dab4da30db152e7ea2ba8dfb9d6121c71b3d7 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Thu, 31 Jul 2014 14:49:21 -0500 Subject: [PATCH] fix explanation of how to look at examples. Supersedes/closes #671 --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 3152242..3ff59e8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,8 +3,8 @@ NOTE: To use these examples, you must run a simple local webserver. They WILL NO If you have python installed, here are simple steps to do this. 1. Open a terminal shell -1. Change to the examples directory (.../TimelineJS/examples) +1. Make sure you are in the "root" directory that you checked out from GitHub 1. Type `python -m SimpleHTTPServer 8000` -1. in your web browser, open `http://localhost:8000/example_json.html` (or whatever other file you want to see +1. in your web browser, open `http://localhost:8000/examples/example_json.html` (or whatever other file you want to see )