Skip to content

Commit

Permalink
Move images to a dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfreitas93 committed Nov 12, 2021
1 parent b4474ef commit 6874e08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Options:

Use it in combination with the [Draw.io Integration](https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio) for VS Code to instantly visualise your stacks.

![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/demo.gif)
![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/images/demo.gif)

#### Example
```
Expand Down Expand Up @@ -94,7 +94,7 @@ Options:

The HTML output uses [vis.js](https://github.com/visjs/vis-network) to generate an interactive diagram from your template.

![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/demo-html.gif)
![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/images/demo-html.gif)

#### Example
```
Expand Down Expand Up @@ -125,7 +125,7 @@ Options:

Renders a simple Ascii-art diagram of your template directly in the console. Useful to gain a quick overview of smaller stacks.

![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/demo-ascii.gif)
![Demo](https://raw.githubusercontent.com/mhlabs/cfn-diagram/master/images/demo-ascii.gif)

Video demo of using the `--watch` option:
[![Demo of watch command](https://img.youtube.com/vi/2V3zimGWTcU/0.jpg)](https://www.youtube.com/watch?v=2V3zimGWTcU)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 6874e08

Please sign in to comment.