Switch to side-by-side view

--- a/README.md
+++ b/README.md
@@ -20,9 +20,11 @@
 
 We are using a tool to manage large datasets called `git-annex`. To download this dataset, you need to have `git` installed, and also [install `git-annex`](https://github.com/neuropoly/data-management/blob/master/git-annex.md#installation)
 
-> ⚠️  Make sure you have at least **version 8** by running:
-> git annex version | head -n 1
-> # the answer should show something like: git-annex version: 8.20200330
+ ⚠️  Make sure you have at least **version 8** by running:
+```bash 
+git annex version | head -n 1
+```
+ **the answer should show something like:** git-annex version: 8.20200330