Skip to content

Commit

Permalink
fix explanation of how to look at examples. Supersedes/closes #671
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Jul 31, 2014
1 parent 4b6dbf6 commit 279dab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 279dab4

Please sign in to comment.