diff --git a/readme.md b/readme.md index e0e31f120..b63bc9562 100644 --- a/readme.md +++ b/readme.md @@ -59,9 +59,9 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for A grunt task looks for new files in your `client/app` and `client/components` folder and automatically injects them in the appropriate places based on an injection block. -* `less` files into `client/app.less` -* `scss` files into `client/app.scss` -* `stylus` files into `client/app.styl` +* `less` files into `client/app/app.less` +* `scss` files into `client/app/app.scss` +* `stylus` files into `client/app/app.styl` * `css` files into `client/index.html` * `js` files into `client/index.html` * `babel` temp `js` files into `client/index.html`