folaoluwafemi / rich_text_editor_controller

MIT License
25 stars 4 forks source link

Broken example in README.md #12

Open loganpar opened 11 months ago

loganpar commented 11 months ago

README.md reads:

dependencies:
  flutter:
    sdk: flutter
  rich_text_editor_flutter: 0.0.4

instead of:

 dependencies:
  flutter:
    sdk: flutter
  rich_text_editor_controller: 0.0.4

And: pub add rich_text_editor_flutter Instead of: pub add rich_text_editor_controller