diff --git a/README.md b/README.md index 70d81d9..59b557b 100644 --- a/README.md +++ b/README.md @@ -71,15 +71,15 @@ Example Permission policies: ```json { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "mytweets", - "Effect": "Allow", - "Action": "s3:*", - "Resource": "arn:aws:s3:::YOUR_S3_BUCKET_NAME/*" - } - ] + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "mytweets", + "Effect": "Allow", + "Action": "s3:*", + "Resource": "arn:aws:s3:::{your-mytweets-bucket-name}/*" + } + ] } ```