diff --git a/README.md b/README.md index d05894ac396453668345420ba61e4fdcd3f700c9..5072836a1dd018c1241b6b42c2274660fc3a96a0 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: