diff --git a/README.md b/README.md
index c227736..0a437f5 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ ImgWizard is a small server written in Go as faster alternative for [thumbor][th
- local file system
- remote media storage
- microsoft azure
+ - amazon s3
- Resize it
- Crop it
- Change quality
@@ -114,14 +115,14 @@ Try to add PKG_CONFIG_PATH into environment:
- -nodes: comma separated list of other imgwizard nodes for cache check (see [nodes])
- -no-cache-key: secret key that must be equal X-No-Cache value from request header to prevent reading from cache
-####Use Amazon S3 for caching?####
+####Use Amazon S3 for caching OR as a storage for original image?####
Then you should specify more ENV variables:
- AWS_REGION: where to send requests. (Example: "us-west-2") //Required
- AWS_ACCESS_KEY_ID: your access key id
- AWS_SECRET_ACCESS_KEY: your secret access key
-####Use Azure Storage for caching OR as storage for original image?####
+####Use Azure Storage for caching OR as a storage for original image?####
Then you should specify more ENV variables:
- AZURE_ACCOUNT_NAME: your azure account name