From ff1a743fd475b60908f74e760f69c36944f52d2b Mon Sep 17 00:00:00 2001 From: Gianluca Guarini Date: Tue, 14 May 2019 22:35:11 +0200 Subject: [PATCH] updated: use common js for the config --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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