Skip to content

Commit

Permalink
Fix URL for -f example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis committed Jun 23, 2017
1 parent a008433 commit 08d22d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ ./faas-cli -action build -f ./samples.yml
You can also download over HTTP/s:

```
$ ./faas-cli -action build -f https://github.com/alexellis/faas-cli/blob/master/samples.yml
$ ./faas-cli -action build -f https://raw.githubusercontent.com/alexellis/faas-cli/master/samples.yml
```

Docker along with a Python template will be used to build an image named alexellis2/faas-urlping.
Expand Down

0 comments on commit 08d22d3

Please sign in to comment.