Improve README code syntax

This commit is contained in:
Bertocq
2018-03-28 09:13:56 +02:00
parent ab1bb061e8
commit 53533e3809

View File

@@ -43,7 +43,7 @@ RAILS_ENV=test rake db:setup
Run the app locally: Run the app locally:
``` ```bash
bin/rails s bin/rails s
``` ```
@@ -51,7 +51,7 @@ Prerequisites for testing: install ChromeDriver >= 2.33
Run the tests with: Run the tests with:
``` ```bash
bin/rspec bin/rspec
``` ```