From 7be44391de6aaa5f81b562ed2926868b717573ab Mon Sep 17 00:00:00 2001
From: Frank Taillandier <frank.taillandier@gmail.com>
Date: Sat, 4 Nov 2017 16:17:10 +0100
Subject: [PATCH] Docs: Use gems config key for Jekyll < 3.5.0

---
 docs/installation.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/installation.md b/docs/installation.md
index e2c3d56..2d129ed 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -13,6 +13,8 @@
     - jekyll-seo-tag
   ```
 
+:bulb: If you are using a Jekyll version less than `3.5.0`, use the `gems` key instead of `plugins`.
+
 3. Add the following right before `</head>` in your site's template(s):
 
   ```liquid