Skip to content

Commit f59e30c

Browse files
committed
fix(readme): use absolute URLs for screenshots section instead of relative path to show on pub.dev
1 parent 313c63f commit f59e30c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ You can join our [Slack Group] for discussion.
7676

7777
<br>
7878

79-
<img src="./example/assets/images/screenshot_1.png" width="250" alt="Screenshot 1">
80-
<img src="./example/assets/images/screenshot_2.png" width="250" alt="Screenshot 2">
81-
<img src="./example/assets/images/screenshot_3.png" width="250" alt="Screenshot 3">
82-
<img src="./example/assets/images/screenshot_4.png" width="250" alt="Screenshot 4">
79+
<img src="https://github.com/singerdmx/flutter-quill/blob/master/example/assets/images/screenshot_1.png?raw=true" width="250" alt="Screenshot 1">
80+
<img src="https://github.com/singerdmx/flutter-quill/blob/master/example/assets/images/screenshot_2.png?raw=true" width="250" alt="Screenshot 2">
81+
<img src="https://github.com/singerdmx/flutter-quill/blob/master/example/assets/images/screenshot_3.png?raw=true" width="250" alt="Screenshot 3">
82+
<img src="https://github.com/singerdmx/flutter-quill/blob/master/example/assets/images/screenshot_4.png?raw=true" width="250" alt="Screenshot 4">
8383

8484
</details>
8585

0 commit comments

Comments
 (0)