Skip to content

Commit 4f8e5f4

Browse files
authored
Add links for run/build examples in README
1 parent 2087b45 commit 4f8e5f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ behaviors – even the user and running process are the same.
88

99
![Terminal Example](https://raw.githubusercontent.com/lambci/docker-lambda/master/examples/terminal.png "Example usage when index.js in current dir")
1010

11-
You can use it for testing your functions in the same strict Lambda environment,
11+
You can use it for [running your functions](#run-examples) in the same strict Lambda environment,
1212
knowing that they'll exhibit the same behavior when deployed live. You can
13-
also use it to compile native dependencies knowing that you're linking to the
13+
also use it to [compile native dependencies](#build-examples) knowing that you're linking to the
1414
same library versions that exist on AWS Lambda and then deploy using
1515
the [AWS CLI](https://aws.amazon.com/cli/).
1616

0 commit comments

Comments
 (0)