Skip to content

Commit

Permalink
Added syntax highlighting
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Mosoń <[email protected]>
  • Loading branch information
morsik authored and alexellis committed Aug 20, 2017
1 parent e413d42 commit d9b4239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can define individual functions or a set of of them within a YAML file. This

Here is an example file using the `samples.yml` file included in the repository.

```
```yaml
provider:
name: faas
gateway: http://localhost:8080
Expand Down Expand Up @@ -66,7 +66,7 @@ $ ./faas-cli -action deploy -f ./samples.yml
* Possible entries for functions are documented below:
```
```yaml
functions:
deployed_function_name:
lang: node or python (optional)
Expand Down Expand Up @@ -151,7 +151,7 @@ This CLI can build and deploy templated functions, so it's best if you have FaaS

Then after installing run this command or place it in your `$HOME/.bash_profile`

```
```bash
export GOPATH=$HOME/go
```

Expand Down

0 comments on commit d9b4239

Please sign in to comment.