Skip to content

Commit ad34ddc

Browse files
authored
Forgot something, yepp
1 parent c5669b3 commit ad34ddc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ const feed_options = {
3838
};
3939

4040
module.exports = {
41-
plugins: { 'feed', feed_options },
41+
plugins: {
42+
'feed': feed_options
43+
},
4244
}
4345
```
4446

0 commit comments

Comments
 (0)