Skip to content
Snippets Groups Projects
Commit fc33f24b authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Fix quoting of markdown

parent d142cd07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment