From 752d96e17f3afa32a6d160676a0b1b6ae02defc8 Mon Sep 17 00:00:00 2001 From: trimoq Date: Mon, 14 May 2018 12:45:18 +0200 Subject: [PATCH] Fixed Quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6479f47..e3f4c36 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Building Make sure you have a working rust toolchain, refer to the rocket docs. -Run 'make' to build a Zip-file deployable to a server +Run `make` to build a Zip-file deployable to a server ## Running -Select your profile with 'ROCKET_ENV=production' and run the binary. +Select your profile with `ROCKET_ENV=production` and run the binary.