From 0c660687497e5daca4f13f007432179fab9a4aa2 Mon Sep 17 00:00:00 2001
From: Eli Blaney <5651165+eliblaney@users.noreply.github.com>
Date: Sat, 11 Jul 2020 11:57:51 -0500
Subject: [PATCH] docs: Format commands as bash block

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5b28071..47ac4b0 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,10 @@ Once you've completed Rustlings, put your new knowledge to good use! Continue pr
 
 If you'd like to uninstall Rustlings, you can do so by invoking cargo and removing the rustlings directory:
 
-    cargo uninstall rustlings
-	rm -r rustlings/ # or on Windows: rmdir /s rustlings
+```bash
+cargo uninstall rustlings
+rm -r rustlings/ # or on Windows: rmdir /s rustlings
+```
 
 ## Completion