Skip to content

Commit 9d13294

Browse files
authored
Update README.md
1 parent 92b5a1a commit 9d13294

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
@@ -3,12 +3,12 @@ Intellij Idea Plugin that can convert HTML to Compose for Web code.
33

44
Turn this:
55
<p align="center">
6-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/buttonhtml.png" height=500 />
6+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/buttonhtml.png" height=500 />
77
</p>
88

99
Into this:
1010
<p align="center">
11-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/composebutton.png" height=500 />
11+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/composebutton.png" height=500 />
1212
</p>
1313

1414
[![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg

0 commit comments

Comments
 (0)