From 6f528726888a4ebe257e45d8276ea7847e9c1f57 Mon Sep 17 00:00:00 2001 From: Nino Date: Mon, 9 Jul 2018 21:13:36 +0200 Subject: [PATCH] README is invalid, build.sh doesn't exist --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index dac9521..d621d7b 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Builds a PHP binary for use in a AWS Lambda ### Run ```bash -sh ./build.sh 7.2.0 +sh ./buildphp.sh 7.2.0 ``` You can pass any version of PHP you want. @@ -21,4 +21,4 @@ I want a good foundation for running default laravel. This package has taken inspiration from the following - https://github.com/stechstudio/php-lambda - https://github.com/araines/serverless-php -- https://github.com/ZeroSharp/serverless-php \ No newline at end of file +- https://github.com/ZeroSharp/serverless-php