Skip to content

Commit 08d22d3

Browse files
committed
Fix URL for -f example
1 parent a008433 commit 08d22d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ ./faas-cli -action build -f ./samples.yml
4141
You can also download over HTTP/s:
4242

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

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

0 commit comments

Comments
 (0)