diff --git a/README.md b/README.md index ebf93e5..deb8958 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ rollup({ // You can restrict which files are compiled // using `include` and `exclude` - include: 'src/components/**.html', + include: 'src/components/**/**.html', // Output format. When doing server-side rendering, you might need to set this // to "cjs" if you import other JS files in your components. @@ -39,6 +39,8 @@ rollup({ }).then(...) ``` +See the [demo project](https://github.com/Rich-Harris/ractive-rollup-demo) to see how it's used. + ## License MIT