Skip to content

Commit

Permalink
Use "plugins" instead of deprecated "gems"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 31, 2018
1 parent 6849cf0 commit e4185d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Run the following command line to make the gem available:
Add the following line to your site's `_config.yml`:

```yaml
gems:
plugins:
- jekyll-jupyter-notebook
```

Expand Down
2 changes: 1 addition & 1 deletion example/_config.yml
Expand Up @@ -14,5 +14,5 @@ markdown: kramdown
exclude:
- "Gemfile"
- "Gemfile.lock"
gems:
plugins:
- jekyll-jupyter-notebook

0 comments on commit e4185d9

Please sign in to comment.