README.md in formstrap-0.3.3 vs README.md in formstrap-0.3.4

- old
+ new

@@ -62,11 +62,11 @@ | Flatpickr range * | flatpickr_range | N/A | | Hidden | hidden | hidden formstrap: false or hidden_field | | Media | media | N/A | | Number | number | number formstrap: false or number_field | | Password | password | password formstrap: false or password_field | -| RedactorX * | redactorx | N/A | +| Redactor * | redactor | N/A | | Search | search | N/A | | Select | select | select formstrap: false | | Switch | switch | N/A | | Text | text | text formstrap: false or text_field | | Textarea | textarea | textarea formstrap: false or text_area | @@ -75,10 +75,10 @@ | Repeater | repeater_for | Adds advanced features to fields_for | \* Formstrap provides the implementation of these 3rd party libraries, however it is up to the user to provide the correct assets. -As you might have noticed, Formstrap provides more helpers than what is standard in Ruby on Rails, e.g. ```Media```, ```Date range```, ```RedactorX``` ... +As you might have noticed, Formstrap provides more helpers than what is standard in Ruby on Rails, e.g. ```Media```, ```Date range```, ```Redactor``` ... ### Altering Formstrap helpers Because Formstrap uses html and Ruby on Rails helpers behind the scenes to render its helpers, editing the Formstrap helpers is straightforward.