From b6a855b87f3026cff76dee4ecc044701d31fdd68 Mon Sep 17 00:00:00 2001 From: Paul Romero Date: Thu, 24 Aug 2017 08:55:20 +0100 Subject: [PATCH] Formatting code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ab4872..3a0e266 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Build the image: `docker build -t arsenische/bitcoinocracy .` -Run the container (please change the SECRET_KEY_BASE and DATABASE_URL before running): +Run the container (please change the `SECRET_KEY_BASE` and `DATABASE_URL` before running): ~~~~ docker run \ @@ -57,4 +57,4 @@ docker run \ -e "DATABASE_URL=postgres://username:password@example.com:5432/database" \ --name="bitcoinocracy" \ arsenische/bitcoinocracy -~~~~ \ No newline at end of file +~~~~