Skip to content

Commit f9e68b8

Browse files
committed
fix: README
1 parent 998ae26 commit f9e68b8

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
@@ -57,8 +57,8 @@ package:
5757

5858
functions:
5959
test:
60-
# handler value syntax is `{rust_project_path}.{cargo_package_name}`
61-
handler: rust_project_path.cargo_package_name
60+
# handler value syntax is `{rust_project_path}.{project_binary_name}`
61+
handler: rust_project_path.project_binary_name
6262
# you must use tags.rust = true to make this plugin works:
6363
tags:
6464
rust: true

0 commit comments

Comments
 (0)