From a3eb02f8591b2f7b83d32180ccdd0540946a8ea8 Mon Sep 17 00:00:00 2001
From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr>
Date: Sat, 5 Dec 2020 19:01:42 +0100
Subject: [PATCH] update README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 354fb06..cd30d9c 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ import Distributed: @everywhere
 @everywhere push!(LOAD_PATH, /path/to/markovprocesses.jl/core")`
 ```
 on your Julia startup file which is often located in `~/.julia/config/startup.jl` in Unix systems.
+    
     * If you don't want to add this in your startup file, you can add these lines in your Julia script before `using MarkovProcesses`.
 
 ## Getting started 
@@ -35,8 +36,7 @@ Execution tests and statistical tests are available. It can be run by:
 
 `julia tests/run_all.jl`
 
-!!! Statistical tests
-    The statistical tests run by tests/run_cosmos.jl needs Cosmos in your PATH environment variable.
+> :warning: The statistical tests run by `tests/run_cosmos.jl` needs [Cosmos](http://cosmos.lacl.fr/) in your PATH environment variable.
 
 ## Benchmarks
 
-- 
GitLab