README.md in lite-component-1.0.3 vs README.md in lite-component-1.0.4
- old
+ new
@@ -40,13 +40,13 @@
### Generator
Use `rails g component NAME` will generate the following files:
-```
+```erb
app/assets/javascripts/components/[name].js
app/assets/stylesheets/components/[name].scss
-app/components/[name]_query.rb
+app/components/[name]_component.rb
app/views/components/_[name].html.erb
```
The generator also takes `--skip-css`, `--skip-js` and `--skip-erb` options. It will also
properly namespace nested components.