diff --git a/README.md b/README.md index ce379ae..53dfa50 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ module.exports = tinyComponentsWebpack({ }) ``` -## Plugin: RiotJS +## Plugin: Riot.js -For using RiotJS, install compiler and webpack-loader +For using Riot.js, install compiler and webpack-loader ``` npm install @riotjs/compiler @riotjs/webpack-loader --save-dev ``` -And adding a rule for RiotJS, +And adding a rule for Riot.js, ``` const tinyComponentsWebpack = require('@tiny-components/webpack') diff --git a/rules/riot.js b/rules/riot.js index 0914cc3..45db10d 100644 --- a/rules/riot.js +++ b/rules/riot.js @@ -1,4 +1,6 @@ /** + * riot.js + * * npm install @riotjs/compiler @riotjs/webpack-loader --save-dev * */