Skip to content

Commit 7917baf

Browse files
committed
update README file
1 parent 058e39c commit 7917baf

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
@@ -22,7 +22,7 @@ AWS Lambda Adapter is written in Rust and based on [AWS Lambda Rust Runtime](htt
2222
AWS Lambda executes functions in x86_64 Amazon Linux Environment. We need to compile the adapter to that environment.
2323

2424
### Compiling with Docker
25-
On x86_64 Windows, Linux and macOS, you can run one command to compile Lambda Adapter with docker. The Dockerfile is [here](/Dockerfile.x86).
25+
On x86_64 Windows, Linux and macOS, you can run one command to compile Lambda Adapter with docker. The Dockerfile is [here](Dockerfile.x86).
2626

2727
```shell
2828
$ make build

0 commit comments

Comments
 (0)