README.md in lite-form-1.0.0 vs README.md in lite-form-1.0.1

- old
+ new

@@ -68,10 +68,10 @@ # you call an active model persistence such as `create`, # `save`, and `update` def create_action # Propagation methods help you perform an action on an object. # If successful is returns the result else it adds the object - # errors to the form object. Available propagation methods are + # errors to the form object. Available propagation methods are: # `create_and_return!(object, params)`, `update_and_return!(object, params)`, # `save_and_return!(object)`, and `destroy_and_return!(object)` create_and_return!(User, attributes) end