Skip to content

Commit 1920394

Browse files
DirtyFjekyllbot
authored andcommitted
Docs: Use plugins key by default (#50)
Merge pull request 50
1 parent 75dd3a1 commit 1920394

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ gem 'jekyll-mentions'
1515

1616
And add the following to your site's `_config.yml`
1717

18+
```yml
19+
plugins:
20+
- jekyll-mentions
21+
```
22+
23+
Note: if `jekyll --version` is less than `3.5` use:
24+
1825
```yml
1926
gems:
2027
- jekyll-mentions
@@ -48,7 +55,7 @@ jekyll-mentions: https://twitter.com
4855
An example of Twitter mentions using jekyll-mentions:
4956

5057
```yaml
51-
gems:
58+
plugins:
5259
- jekyll-mentions
5360
5461
jekyll-mentions:

0 commit comments

Comments
 (0)