From 3705e4c8ec7fa32c43f0ff4c65a6e128a927d319 Mon Sep 17 00:00:00 2001 From: Adam Klinkosz Date: Tue, 20 Apr 2021 12:08:14 +0200 Subject: [PATCH] Fix syntax highlighting in the code block section --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21d36e315..dd5366a81 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ The following items should be installed in your system: ## Running petclinic locally You can build a jar file and run it from the command line: -``` +```shell # Clone the repository (remember to change the URL to your forked one): git clone git@github.com:cleankod/spring-petclinic.git