Skip to content

Commit

Permalink
Updated docs for ≥4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfe2 committed May 23, 2017
1 parent feae9a7 commit b496097
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -15,10 +15,17 @@ Serving big images is for numb-skulls! Compress and optimise your imagery during

Go set up the [image_optim](https://github.com/toy/image_optim) external utilities, then;

### Middleman < 4.0
```ruby
gem 'middleman-imageoptim'
```

### Middleman ≥ 4.0

```ruby
gem "middleman-imageoptim", :git => "https://github.com/plasticine/middleman-imageoptim", :branch => "master"
```

## Usage

```ruby
Expand Down

0 comments on commit b496097

Please sign in to comment.