From a0c4bcc5bdbe878c04d70f9daaa5f0d87af1898d Mon Sep 17 00:00:00 2001
From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr>
Date: Thu, 12 May 2022 14:09:55 +0200
Subject: [PATCH] Improving readme

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

diff --git a/README.md b/README.md
index ffaf67a..60a2024 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ It implements:
 
 This package is not yet registered in the Julia's packages. For the install of the package:
 
-1. Launch Julia's REPL (for example by entering `julia` in your terminal)
+1. Launch Julia's REPL (for example by entering `julia` in the shell)
 2. Enter Pkg's REPL by typing `]`
 3. Enter
    ```julia
-   add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
+   pkg> add https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/
    ```
 
 ## Getting started 
-- 
GitLab