From 28ba33b18e00e20e5278d147791dd3debd24b745 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 27 Sep 2020 08:03:17 +0200 Subject: [PATCH] Fix indentation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6bf8f5..149c593 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ You can use `abra` in one of 2 ways: directory. Be sure to set `ABRA_STACK_DIR=.` 2. "Monorepo mode": keep all your `compose-stack`s in one directory and all your `env` files in another, e.g.: - ``` - $ tree + ```` + $ tree . ├── apps │   ├── mediawiki.demo.autonomic.zone.env @@ -48,8 +48,9 @@ You can use `abra` in one of 2 ways: ├── swarmpit ├── traefik └── wordpress - $ abra -e apps/mediawiki.demo.autonomic.zone.env deploy + > $ abra -e apps/mediawiki.demo.autonomic.zone.env deploy ``` + ```` ## Examples