Skip to content

Commit 9baeb98

Browse files
author
Damian Carrillo
authored
Correct a misspelled word (#558)
1 parent 8010e4f commit 9baeb98

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
@@ -39,7 +39,7 @@ See other installation options in [the Cargo Lambda documentation](https://www.c
3939

4040
### Your first function
4141

42-
To create your first function, run Cargo Lambda with the [subcomand `new`](https://www.cargo-lambda.info/commands/new.html). This command will generate a Rust package with the initial source code for your function:
42+
To create your first function, run Cargo Lambda with the [subcommand `new`](https://www.cargo-lambda.info/commands/new.html). This command will generate a Rust package with the initial source code for your function:
4343

4444
```
4545
cargo lambda new YOUR_FUNCTION_NAME

0 commit comments

Comments
 (0)