fix small typo (#80)

This commit is contained in:
tomer doron
2020-05-20 10:04:00 -07:00
committed by GitHub
parent e0384bb7fa
commit 416d1fcb86

View File

@@ -29,7 +29,7 @@ Swift AWS Lambda Runtime is a library designed to make building Lambda functions
)
```
2. Create a main.swift and implement your Lambda.
2. Create a `main.swift` and implement your Lambda.
### Using Closures