README.md in pretty_file_input-0.0.5 vs README.md in pretty_file_input-0.1.0
- old
+ new
@@ -50,10 +50,10 @@
**For new records**, pretty_file_input will not perform any AJAX requests. (Carrierwave stores files alongside your database records, so it's impossible to upload a file _before_ its associated record has been created.)
### Manual
-If your use case doesn't fit the patterns above, you can use the "Manual" integration with pretty_file_input. `PrettyFileInput::Component` is an Erector widget that can be customized with the following options:
+If your use case doesn't fit the patterns above, you can use the "Manual" integration with pretty_file_input. `PrettyFileInput::Views::Component` is a Fortitude widget that can be customized with the following options:
```rb
:name, # input name that will be sent to the server
persisted: false, # is parent object is not persisted, no AJAX calls will be made
filename: nil, # pre-populate the filename span