Skip to content

Commit 0467fa2

Browse files
committed
Fix image embed in README.md
1 parent 2eee46b commit 0467fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ which can be used to trigger operations.
6767

6868
<table style="width:100%;">
6969
<tr>
70-
<td style="width:50%;"><img alt="GUI demo" src="assets/images/editor_01.png" style="width:100%;"></td>
71-
<td style="width:50%;"><img alt="Editor demo" src="assets/images/gui_01.png" style="width:100%;"></td>
70+
<td style="width:50%;"><img alt="GUI demo" src="./assets/images/gui_01.png" style="width:100%;"></td>
71+
<td style="width:50%;"><img alt="Editor demo" src="./assets/images/editor_01.png" style="width:100%;"></td>
7272
</tr>
7373
</table>
7474

0 commit comments

Comments
 (0)