Skip to content

Commit

Permalink
Correct a misspelled word (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiancarrillo committed Oct 28, 2022
1 parent 8010e4f commit 9baeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See other installation options in [the Cargo Lambda documentation](https://www.c

### Your first function

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:
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:

```
cargo lambda new YOUR_FUNCTION_NAME
Expand Down

0 comments on commit 9baeb98

Please sign in to comment.