Skip to content

Commit

Permalink
Fixing docu
Browse files Browse the repository at this point in the history
- fixed webserver link
- added hint how to run on python3
  • Loading branch information
Wonno committed Oct 17, 2016
1 parent e051ad3 commit 60bbaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ To generate a web view

* Generates two files: aws.json and view.html.
* The json file name needs to be passed in as a html fragment identifier.
* The generated graph can be viewed in a webserver e.g. http://localhost:3000/view.html?aws.json by using `python -m SimpleHTTPServer 3000`
* The generated graph can be viewed in a webserver e.g. http://localhost:3000/view.html#aws.json by using `python -m SimpleHTTPServer 3000` (python2) or `python -m http.server 3000` (python3)

### Help

Expand Down

0 comments on commit 60bbaed

Please sign in to comment.