aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-12 01:20:23 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-08-12 01:20:23 +0900
commitde80aa641290a03c023d00d2ffca368026335fe4 (patch)
tree6df6002cfea7edffa747f195d8a83b75caf85a86 /activestorage/README.md
parentf7da8db7e3ebe23e12d6da44555f054b9e458166 (diff)
downloadrails-de80aa641290a03c023d00d2ffca368026335fe4.tar.gz
rails-de80aa641290a03c023d00d2ffca368026335fe4.tar.bz2
rails-de80aa641290a03c023d00d2ffca368026335fe4.zip
Microsoft Azure --> Microsoft Azure Storage [ci skip]
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index 957adc05c3..a86a04421e 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -88,7 +88,7 @@ Variation of image attachment:
1. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
2. Optional: Add `gem "aws-sdk", "~> 2"` to your Gemfile if you want to use AWS S3.
3. Optional: Add `gem "google-cloud-storage", "~> 1.3"` to your Gemfile if you want to use Google Cloud Storage.
-4. Optional: Add `gem "azure-storage"` to your Gemfile if you want to use Microsoft Azure.
+4. Optional: Add `gem "azure-storage"` to your Gemfile if you want to use Microsoft Azure Storage.
5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
## Direct uploads