From 192093a9fb74eedec05739cdb6cb9c89739cb333 Mon Sep 17 00:00:00 2001 From: Conor Flynn Date: Mon, 29 Apr 2019 14:37:15 +0000 Subject: [PATCH] Fixes typo in command in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7bb2a8..999aca5 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ execute ``lambda upload`` to initiate the transfer. ### Deploying via S3 You can also choose to use S3 as your source for Lambda deployments. This can -be done by issuing ``lambda deploy_s3`` with the same variables/AWS permissions +be done by issuing ``lambda deploy-s3`` with the same variables/AWS permissions you'd set for executing the ``upload`` command. ### Development