From 7e5e8abc63cc2580c8d527a7959e2e78b864cbd5 Mon Sep 17 00:00:00 2001 From: Shahin <32805117+Shahin-rmz@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:11:24 +0100 Subject: [PATCH] Fix formatting in README for code blocks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e38658b..9945328 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,16 @@ source venv/bin/activate ### 2. Get the Code Pull the latest changes from the repository: -git pull https://github.com/Shahin-rmz/OSCE-Feedback-Evaluator.git +```bash +git pull https://github.com/Shahin-rmz/OSCE-Feedback-Evaluator.git ``` + ### 3. Install Dependencies Make sure you are in the root directory where requirements.txt is located: -Bash + ```bash pip install -r requirements.txt