File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ Intellij Idea Plugin that can convert HTML to Compose for Web code.
3
3
4
4
Turn this:
5
5
<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 />
7
7
</p >
8
8
9
9
Into this:
10
10
<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 />
12
12
</p >
13
13
14
14
[ ![ jCenter] (https://img.shields.io/badge/Apache-2.0-green.svg
You can’t perform that action at this time.
0 commit comments