Merge pull request #20 from compose-viz/dev

chore: update README.md
This commit is contained in:
Xyphuz 2022-05-26 10:19:08 +08:00 committed by GitHub
commit 4cda9e6010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,16 +84,18 @@ See [releases](https://github.com/compose-viz/compose-viz/releases).
### Example
This example yml is from [docker compose beginner tutorial](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
```bash
cd examples/full-stack-node-app/
cd examples/voting-app/
cpv docker-compose.yml
```
And this is what the result looks like:
![compose-viz.png](https://github.com/compose-viz/compose-viz/blob/main/examples/full-stack-node-app/compose-viz.png)
![compose-viz.png](https://github.com/compose-viz/compose-viz/blob/main/examples/voting-app/compose-viz.png)
Check out the result [here](https://github.com/compose-viz/compose-viz/blob/main/examples/full-stack-node-app/compose-viz.png).
Check out the result [here](https://github.com/compose-viz/compose-viz/blob/main/examples/voting-app/compose-viz.png).
### Usage