README.md in lite-component-1.0.7 vs README.md in lite-component-1.0.8

- old
+ new

@@ -218,10 +218,10 @@ <%= message %> </div> ``` Access to anything provided within its `*_component.rb` file can be done using the -`component` local which is the instance of the component. +`component` or `c` local methods which is the instance of the component. ```erb <%# app/views/components/_alert.html.erb %> <div class="alert alert-<%= type %>" role="alert">