updated readme to include direct links for the examples

This commit is contained in:
Ramya Thulasingam
2015-08-31 10:14:46 -07:00
parent 9d690ec8d1
commit 68448e42e7

View File

@@ -18,8 +18,9 @@ $ python -m SimpleHTTPServer 8080
You can then visit the example in the browser of your choice at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
If you have downloaded the entire repository visit the example at [http://127.0.0.1:8080/examples/commentsBox/](http://127.0.0.1:8080/examples/commentsBox/).
If you have downloaded the entire repository visit the examples at
[http://127.0.0.1:8080/examples/commentsBox/](http://127.0.0.1:8080/examples/commentsBox/),
[http://127.0.0.1:8080/examples/todoApp/](http://127.0.0.1:8080/examples/todoApp/)
## Description