Skip to content

Commit 1b15b25

Browse files
authored
Merge pull request #2 from NickolasBoyer/patch-1
Fix bracket typo
2 parents 1460931 + e71dd5b commit 1b15b25

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)