From 555bba54eacb016b582b0707142423970fac59ef Mon Sep 17 00:00:00 2001
From: Susa Giogoli <su.giogoli@icloud.com>
Date: Tue, 11 Jul 2023 13:55:40 +0200
Subject: [PATCH] still trying the codeblocks

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

diff --git a/README.md b/README.md
index d05894a..5072836 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert
 1. Clone Project in a Directory of your choice
 2. Copy the jsonfile you want to generate in that folder
 3. If you want to run the code manually run:
-   $pip install -r requirements.txt
+   ```$pip install -r requirements.txt```
 
 ## Usage with Dockerfile
 3. Change file name of the json file in line 16 to the name of the file which you wish to generate
@@ -18,7 +18,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert
 
 ## Usage manually
 1. run: 
-   $python newmodeljsonparse.py "name of your file"
+   ```$python newmodeljsonparse.py "name of your file"```
 
 ## How to modify the server
 1. Functions:
-- 
GitLab