Skip to content

Commit 175acb6

Browse files
authored
Update README.md (#895)
1 parent d38b1a4 commit 175acb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are other ways of building your function: manually with the AWS CLI, with
8585

8686
By default, Cargo Lambda builds your functions to run on x86_64 architectures. If you'd like to use a different architecture, use the options described below.
8787

88-
#### 1.2. Build your Lambda functions
88+
#### 1.1. Build your Lambda functions
8989

9090
__Amazon Linux 2023__
9191

@@ -101,7 +101,7 @@ For [a custom runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-cus
101101

102102
You can find the `bootstrap` binary for your function under the `target/lambda` directory.
103103

104-
#### 2.2. Deploying with Cargo Lambda
104+
#### 2.1. Deploying with Cargo Lambda
105105

106106
Once you've built your code with one of the options described earlier, use the `deploy` subcommand to upload your function to AWS:
107107

0 commit comments

Comments
 (0)