aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activestorage/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index 7893759653..f868e0d708 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -1,8 +1,6 @@
# Active Storage
-Active Storage makes it simple to upload and reference files in cloud services, like Amazon S3 or Google Cloud Storage,
-and attach those files to Active Records. It also provides a disk service for testing or local deployments, but the
-focus is on cloud storage.
+Active Storage makes it simple to upload and reference files in cloud services, like Amazon S3, Google Cloud Storage or Microsoft Azure Storage and attach those files to Active Records. It also provides a disk service for testing or local deployments, but the focus is on cloud storage.
Files can uploaded from the server to the cloud or directly from the client to the cloud.