From e7af928564b7a8df3f34fc1fb2c28d134197557b Mon Sep 17 00:00:00 2001 From: Walter Mazzariol Date: Tue, 12 Jul 2022 21:10:54 +0200 Subject: [PATCH] fix url of medium article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6cf4d..467c953 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An easy to guide to setup an AWS S3 bucket and upload files to it from a React f Steps to follow -1. Create the AWS S3 bucket as mentioned [here](https://medium.com/p/fbd8f0b26f5/e) +1. Create the AWS S3 bucket as mentioned [here](https://medium.com/p/fbd8f0b26f5/) 2. Clone this repository 3. Run `npm install`