From c3b0bba528f4f1ae190a1e808b4993eff0ea0971 Mon Sep 17 00:00:00 2001 From: calasyr Date: Fri, 23 Dec 2016 14:31:59 -0800 Subject: [PATCH] Corrected spelling in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd5579e..ee11f12 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Run ruby code on JRuby on AWS Lambda Java ``` ./gradlew build ``` -3. Crate AWS Lambda fuction on AWS +3. Create AWS Lambda fuction on AWS put "AWSLambdaJRuby::handler" to handler setting 4. Upload zip file Zip file is created into build/distributions -5. Run Lambda function \ No newline at end of file +5. Run Lambda function