From 53533e380919f8f640632184e07c5a2cee112282 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Wed, 28 Mar 2018 09:13:56 +0200 Subject: [PATCH] Improve README code syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 696635fb2..b5bf01687 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ RAILS_ENV=test rake db:setup Run the app locally: -``` +```bash bin/rails s ``` @@ -51,7 +51,7 @@ Prerequisites for testing: install ChromeDriver >= 2.33 Run the tests with: -``` +```bash bin/rspec ```