diff --git a/docs/_docs/pagination.md b/docs/_docs/pagination.md index a9ec1a7e..b82c6db6 100644 --- a/docs/_docs/pagination.md +++ b/docs/_docs/pagination.md @@ -8,8 +8,9 @@ break the main listing of posts up into smaller lists and display them over 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 `plugins`. For Jekyll 2, this is standard. +For Jekyll 3 or higher, include the `jekyll-paginate` plugin in your +Gemfile and in your `_config.yml` under `plugins`. For Jekyll 2, this is +standard.