From 1ec20f33fcc7ce97e18b9788e2903c2ec5852917 Mon Sep 17 00:00:00 2001 From: Christian Nygaard Date: Sun, 6 Oct 2024 23:40:28 +0200 Subject: [PATCH] Update markdown formatting in README.md for better clarity of commands. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20ce693..07e7f7a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ from main import hyrmis_sort list = [64, 34, 25, 12, 22, 11, 90] sorted_list = hyrmis_sort(list) print(sorted_list) +``` ## Time Complexity @@ -66,3 +67,4 @@ To run the tests, follow these steps: ```bash python test.py +``` \ No newline at end of file