From f02485afa54ee17280c6139812c813784c43ae1d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 23 Jan 2015 08:38:53 +0000 Subject: [PATCH] Don't use code fences on single lines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dfdf130..f33e416b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Here is a list of things that Cachet is not or does not do: ## Quickstart with Docker -Run a DB container (you can either pass in environment variables for the DB, or mount a config with ```-v /my/database.php:/var/www/html/app/config/database.php```): +Run a DB container (you can either pass in environment variables for the DB, or mount a config with `-v /my/database.php:/var/www/html/app/config/database.php`): ``` export DB_USERNAME=cachet @@ -69,7 +69,7 @@ Run Cachet: docker run -d --name cachet --link mysql:mysql -p 80:80 -e DB_HOST=mysql -e DB_DATABASE=$DB_DATABASE -e DB_USERNAME=$DB_USERNAME -e DB_PASSWORD=$DB_PASSWORD cachethq/cachet:latest ``` -Now go to ```http:///setup``` and have fun! +Now go to `http:///setup` and have fun! ## Translations