From 719dd2475cd8c601474746de990f92de505a74b4 Mon Sep 17 00:00:00 2001 From: Oisin Quinn Date: Thu, 3 Jan 2019 01:14:47 +0000 Subject: [PATCH] Replaced "gems:" with "plugins: According to a warning I got, "gems:" has been depreciated and replaced with "plugins:", so I made that change in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe908c6..986b002 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or install it yourself as: Then add the gem to your Jekyll `_config.yml`: ```yml -gems: +plugins: - jekyll-srcset ```