From 885b732d4080f4c18f3450c0e67f15d23d63e479 Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:18:48 -0400 Subject: [PATCH] chore: add lang guard to README (#945) This PR adds the lang guards to the README for code formatting and highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fefb699d6..8d987b00b 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ The following tasks are available to run lints and checks: For example, the following command will run the checks. `profile` is not required here: -``` +```sh cargo make check ``` @@ -145,7 +145,7 @@ Additionally, there is also but not included in the `clean` task: For example, the following command will clean everything. `profile` is not required: -``` +```sh cargo make clean ```