lib/rid/generators/list/USAGE in rid-0.4.0 vs lib/rid/generators/list/USAGE in rid-0.4.1

- old
+ new

@@ -1,8 +1,8 @@ Description: - The 'show' generator creates a scaffold show function - for the name you specify + The 'list' generator creates a scaffold list function + for the name and attributes you specify Example: - rid generate show post + rid generate list post title body - This generates a skeletal post show function + This generates a skeletal posts list function