diff --git a/README.md b/README.md index e4feab3984..a3ae62f377 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ end ## Installation 1. Add `require "active_storage"` to config/application.rb. -2. Run rails activestorage:install to create needed directories, migrations, and configuration. -3. Configure the storage service in config/environments/* with `config.active_storage.service = :local` - that references the services configured in config/storage_services.yml. +2. Run `rails activestorage:install` to create needed directories, migrations, and configuration. +3. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local` + that references the services configured in `config/storage_services.yml`. ## Todos