diff --git a/Readme.md b/Readme.md index 00011b3..1386509 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,7 @@ riot.mount('*') If you want compile your tags using custom riot compiler options you can create a `riot.config.js` in the root folder of your project ```js -export default { +module.exports = { // html parser template: 'foo', // js parser