README.md in aws_security_viz-0.1.7.pre.alpha.pre.145 vs README.md in aws_security_viz-0.2.0.pre.alpha.pre.152
- old
+ new
@@ -40,10 +40,10 @@
```
To generate a web view
```
- $ aws_security_viz -a your_aws_key -s your_aws_secret_key -f aws.json
+ $ aws_security_viz -a your_aws_key -s your_aws_secret_key -f aws.json --renderer navigator
```
* 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 `ruby -run -e httpd -- -p 3000`