From fc33f24baa9d855a51c435b98abfd751d1fae2eb Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 1 Oct 2017 22:00:53 +0100 Subject: [PATCH] Fix quoting of markdown --- TestDrive.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TestDrive.md b/TestDrive.md index 27c987b8..7a23a270 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