diff --git a/README.md b/README.md index 10736f8..3a167e3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ const feed_options = { }; module.exports = { - plugins: [ 'feed', feed_options ], + plugins: [ + [ 'feed', feed_options ] + ] } ```