README.md in aws_security_viz-0.1.4.pre.alpha.pre.77 vs README.md in aws_security_viz-0.1.4.pre.alpha.pre.81
- old
+ new
@@ -45,10 +45,10 @@
$ aws_security_viz -a your_aws_key -s your_aws_secret_key -f aws.json
```
* 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
```
$ aws_security_viz --help