From 4ca0a40486b035581ebc69632b16993edb271888 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Sat, 23 Jul 2016 11:16:38 +0100 Subject: [PATCH] Nope, it's definitely jekyll/responsive_image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c48db9..f5890a5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ gem install jekyll-responsive_image Then you can either add it to the `gems` section of your `_config.yml`: ```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.