From 8d108ab6dc2ee25695360e29d395e636a39c6b9a Mon Sep 17 00:00:00 2001 From: Arif Ullah Date: Sun, 3 Feb 2019 16:36:41 +0000 Subject: [PATCH] Fix spelling mistakes Apologies to be picky! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdf2599..aeff441 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# dynamodb & PHP +# DynamoDB & PHP - This is a very simple project showing how to use an SDK to create DynamoDB tables and populate them. - The scripts are intended to be run from an EC2 instance whith a appropriat eRole configured + This is a very simple project showing how to use a SDK to create DynamoDB tables and populate them. + The scripts are intended to be run from an EC2 instance with an appropriate Role configured This is a student Lab not intened to real world use. No guaranteer is given or implied.