From 0444991636495b08113f22e061cac5d2ac68f80f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 27 Sep 2020 08:04:03 +0200 Subject: [PATCH] Fix ticks --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 149c593..0773191 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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 . ├── apps @@ -49,8 +49,7 @@ You can use `abra` in one of 2 ways: ├── traefik └── wordpress > $ abra -e apps/mediawiki.demo.autonomic.zone.env deploy - ``` - ```` + ``` ## Examples