From 38e3b1f92f4a4865f128514c55eeaf16200d4656 Mon Sep 17 00:00:00 2001 From: Ken Salomon Date: Tue, 10 Jul 2018 09:37:05 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e0b5d..70e7bbf 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,13 @@ Either add `jekyll-responsive-image` to your Gemfile, or run the following comma $ gem install jekyll-responsive-image ``` -Then you can either add `jekyll-responsive-image` to the `gems` section of your `_config.yml`: +Then you can either add `jekyll-responsive-image` to the `plugins` section of your `_config.yml`: ```yaml -gems: +plugins: - jekyll-responsive-image ``` +Note: If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`. Or you can copy the contents of [`responsive_image.rb`](lib/jekyll-responsive-image.rb) into your `_plugins` directory.