Skip to content

Commit 2d6d777

Browse files
authored
docs: fix nodejs docs with -l flag. Not including it does not work (knative#3086)
1 parent 86062c2 commit 2d6d777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/function-templates/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ looks like a typical Node.js project. Both HTTP and Event functions have the sam
55
template structure.
66

77
```
8-
❯ func create fn
8+
❯ func create -l node fn
99
Project path: /home/developer/projects/fn
1010
Function name: fn
1111
Runtime: node

0 commit comments

Comments
 (0)