diff --git a/README.md b/README.md index 164d041e..335af94c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ module.exports = { * @param {Object} config The full Jest config * @returns {string} The code to be output after processing all of the blocks matched by this type */ - process(blocks, vueOptionsNamepsace, filename, config) {} + process({ blocks, vueOptionsNamepsace, filename, config }) {} } ```