aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-06 11:34:21 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-06 11:34:21 +0200
commitb3a9f3556dedb80cfa6336e6241d933baeb4f906 (patch)
tree669bb884a757b0868ac9b2557a309d45f9c28073
parentc624df326a4ef36919a5195a3c5509fab97dcba3 (diff)
downloadrails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.tar.gz
rails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.tar.bz2
rails-b3a9f3556dedb80cfa6336e6241d933baeb4f906.zip
Update README with new name
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8803cd9f3b..73602db219 100644
--- a/README.md
+++ b/README.md
@@ -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).