mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
chore: fix link error in readme
This commit is contained in:
parent
9a01f90aee
commit
454c7b61c9
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ and the Flutter guide for
|
|||
</p>
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/example/documentation/images/appflowy-editor-example.gif?raw=true" width = "900"/>
|
||||
<img src="https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/documentation/images/appflowy-editor-example.gif?raw=true" width = "700" style = "padding: 100"/>
|
||||
</div>
|
||||
|
||||
## Key Features
|
||||
|
|
|
@ -20,5 +20,6 @@ export 'src/service/render_plugin_service.dart';
|
|||
export 'src/service/service.dart';
|
||||
export 'src/service/selection_service.dart';
|
||||
export 'src/service/scroll_service.dart';
|
||||
export 'src/service/toolbar_service.dart';
|
||||
export 'src/service/keyboard_service.dart';
|
||||
export 'src/service/input_service.dart';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue