Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added syntax highlighting #38

Merged
merged 1 commit into from
Aug 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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