Nope, it's definitely jekyll/responsive_image

This commit is contained in:
Joseph Wynn 2016-07-23 11:16:38 +01:00 committed by GitHub
parent 25b2308bd6
commit 4ca0a40486
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $ gem install jekyll-responsive_image
Then you can either add it to the `gems` section of your `_config.yml`: Then you can either add it to the `gems` section of your `_config.yml`:
```yaml ```yaml
gems: [jekyll/responsive-image] gems: [jekyll/responsive_image]
``` ```
Or you can copy the contents of [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory. Or you can copy the contents of [`responsive_image.rb`](lib/jekyll/responsive_image.rb) into your `_plugins` directory.