From 24d068e8dc5f824917f617621bb3b8b413d574a9 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Thu, 26 May 2022 10:18:36 +0800 Subject: [PATCH] chore: update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9cf04a..508f715 100644 --- a/README.md +++ b/README.md @@ -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