diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 11:34:21 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 11:34:21 +0200 |
commit | b3a9f3556dedb80cfa6336e6241d933baeb4f906 (patch) | |
tree | 669bb884a757b0868ac9b2557a309d45f9c28073 | |
parent | c624df326a4ef36919a5195a3c5509fab97dcba3 (diff) | |
download | rails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.tar.gz rails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.tar.bz2 rails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.zip |
Update README with new name
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -# Active Vault +# Active Storage -Active Vault makes it simple to upload and reference files in cloud sites, like Amazon S3 or Google Cloud Storage, +Active Storage makes it simple to upload and reference files in cloud sites, like Amazon S3 or Google Cloud Storage, and attach those files to Active Records. It also provides a disk site for testing or local deployments, but the focus is on cloud storage. @@ -74,4 +74,4 @@ Add `require "active_storage"` to config/application.rb and create a `config/ini ## License -Active Vault is released under the [MIT License](https://opensource.org/licenses/MIT). +Active Storage is released under the [MIT License](https://opensource.org/licenses/MIT). |