aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2017-08-02 19:55:10 -0500
committerGitHub <noreply@github.com>2017-08-02 19:55:10 -0500
commit0f2d3fb6da5867016b9036715ef55a04bf441c90 (patch)
tree2d371c0e112a13b8e8b3a293ac9f1a221d29566b /activestorage/README.md
parent8aa742ff52b4d3374f9453b566774e921189c9f7 (diff)
downloadrails-0f2d3fb6da5867016b9036715ef55a04bf441c90.tar.gz
rails-0f2d3fb6da5867016b9036715ef55a04bf441c90.tar.bz2
rails-0f2d3fb6da5867016b9036715ef55a04bf441c90.zip
Update README.md
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 d60c6749b5..6c42941981 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-core', git: "https://github.com/dixpac/azure-ruby-asm-core.git"` and `gem 'azure-storage', require: false` to your Gemfile if you want to use Microsoft Azure.
+4. Optional: Add `gem "azure-core", git: "https://github.com/dixpac/azure-ruby-asm-core.git"` and `gem "azure-storage", require: false` to your Gemfile if you want to use Microsoft Azure.
5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
## Direct uploads