diff --git a/TestDrive.md b/TestDrive.md
index 27c987b82ac798596f2743c22e94e21e9fc68d83..7a23a270d1781101e6d7e069da43b318f516b7bf 100644
--- a/TestDrive.md
+++ b/TestDrive.md
@@ -61,11 +61,11 @@ Here are a few of the functions:
 
 We will also install the OpenFaaS CLI which can be used to create, list, invoke and remove functions.
 
-```
+```shell
 $ curl -sL cli.openfaas.com | sh
-``` 
+```
 
-On your own machine change `| sh` to `| sudo sh`, for MacOS you can just use `brew install faas-cli`.
+On your own machine change ` | sh` to ` | sudo sh`, for MacOS you can just use `brew install faas-cli`.
 
 * Find out what you can do