Skip to content

Commit 486edf1

Browse files
authored
Update to show clearer usage
This now prevents one redirect on repo name and shows to add a function name for new-comers to the project
1 parent 08e77d8 commit 486edf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The template makes use of the OpenFaaS incubator project [of-watchdog](https://g
1212
## Trying the template
1313

1414
```
15-
$ faas template pull https://github.com/alexellis/golang-http-template
16-
$ faas new --lang golang-http
15+
$ faas template pull https://github.com/openfaas-incubator/golang-http-template
16+
$ faas new --lang golang-http <fn-name>
1717
```
1818

1919
## Example usage

0 commit comments

Comments
 (0)