Skip to content

Commit 9a99b0d

Browse files
authored
Update README.md
1 parent 889d5b5 commit 9a99b0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Kotlin Native Runtime for AWS Lambda
2-
32
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.trueangle/lambda-runtime/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.trueangle/lambda-runtime/badge.svg)
43

54
A runtime for executing AWS Lambda Functions powered by Kotlin Native, designed to mitigate known
@@ -235,4 +234,4 @@ Log.fatal(message: T?) // Messages about serious errors that cause the applicati
235234

236235
docker build -t sample .
237236
docker run --rm -v $(pwd):/sample -w /sample sample ./gradlew build
238-
```
237+
```

0 commit comments

Comments
 (0)