Skip to content

Commit 75de782

Browse files
committed
fixup docs
1 parent 642dcc1 commit 75de782

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ package:
2929
individually: true
3030
functions:
3131
test:
32-
# handler value syntax is `{cargo-package}.{bin-name}`
33-
# or `{bin-name}` for short when you are building a
32+
# handler value syntax is `{cargo-package-name}.{bin-name}`
33+
# or `{cargo-package-name}` for short when you are building a
3434
# default bin for a given package.
35-
handler: your-crate-name
35+
handler: your-cargo-package-name
3636
events:
3737
- http:
3838
path: /test
@@ -69,10 +69,10 @@ functions:
6969
rust:
7070
# function specific flags passed to cargo
7171
cargoFlags: '--features enable-awesome'
72-
# handler value syntax is `{cargo-package}.{bin-name}`
73-
# or `{bin-name}` for short when you are building a
72+
# handler value syntax is `{cargo-package-name}.{bin-name}`
73+
# or `{cargo-package-name}` for short when you are building a
7474
# default bin for a given package.
75-
handler: your-crate-name
75+
handler: your-cargo-package-name
7676
events:
7777
- http:
7878
path: /test

0 commit comments

Comments
 (0)