Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
* List image_processing gem instead of mini_magick
  to match example
* Use consistent double quotes
* Capitalize Rails
  • Loading branch information
littleforest authored and Dreamersoul committed Nov 18, 2023
1 parent 24b0d98 commit 9cf9519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
- To preview Office files as pictures you need to install [activestorage-office-previewer](https://github.com/basecamp/activestorage-office-previewer) by basecamp

## How To Use:
Add `administrate-field-active_storage` and `mini_magick` to your Gemfile (rails 6):
Add `administrate-field-active_storage` and `image_processing` to your Gemfile (Rails 6+):

```ruby
gem 'administrate-field-active_storage'
gem "administrate-field-active_storage"
gem "image_processing"
```

for rails 5.x use the following
for Rails 5.x use the following
```ruby
gem 'administrate-field-active_storage', "0.1.8"
gem "administrate-field-active_storage", "0.1.8"
```

Install:
Expand Down

0 comments on commit 9cf9519

Please sign in to comment.