Update deprecated gems key to plugins. (#6262)

Merge pull request 6262
This commit is contained in:
Sid Verma 2017-08-03 18:10:14 +05:30 committed by jekyllbot
parent 56436f46fe
commit eac51ba189
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ multiple pages. Jekyll offers a pagination plugin, so you can automatically
generate the appropriate files and folders you need for paginated listings.
For Jekyll 3, include the `jekyll-paginate` plugin in your Gemfile and in
your `_config.yml` under `gems`. For Jekyll 2, this is standard.
your `_config.yml` under `plugins`. For Jekyll 2, this is standard.
<div class="note info">
<h5>Pagination only works within HTML files</h5>