From 8dc2fa8217d3bfc17e04bad585a2cf81cb9af9c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20LEFOULON?= <francois.lefoulon@ensiie.fr>
Date: Wed, 31 Mar 2021 22:47:35 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8b69d8e..1e7f64c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ in the search bar.
 
 Alternatively, you can open the notebook in a notebook editor. For information about installing such an editor, you can go to either the [Jupyter installation page](https://jupyter.org/install) or the [Pluto installation page](https://plutojl.org/#lets-do-it). Note that in order to run the blocks in the notebook rather than just seeing them, you will need to [download and install Julia > 1.4.2](https://julialang.org/downloads/).
 
-## Converting to a classic julia script
+## Converting to a classic Julia script
 
 If you just want to see/run the code without the printing and block structure, you might want to [install nbconvert](https://nbconvert.readthedocs.io/en/latest/install.html) and run in a shell terminal the following command :
 
-- 
GitLab