Skip to content

Commit 0058958

Browse files
authored
Update README.md
1 parent eaf45d9 commit 0058958

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<h1 align="center">HtmlToComposeWebConverter</h1>
22
Intellij Idea Plugin that can convert HTML to Compose for Web code.
33

4+
Turn this:
5+
<p align="center">
6+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/buttonhtml.png" height=500 />
7+
</p>
8+
9+
Into this:
10+
<p align="center">
11+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/composebutton.png" height=500 />
12+
</p>
413

514
[![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg
615
)](https://github.com/Foso/HtmlToComposeWebConverter/blob/master/LICENSE)
@@ -12,8 +21,10 @@ Intellij Idea Plugin that can convert HTML to Compose for Web code.
1221

1322
[![GitHub stars](https://img.shields.io/github/stars/Foso/HtmlToComposeWebConverter.svg?style=social&label=Star)](https://github.com/Foso/HtmlToComposeWebConverter) [![GitHub forks](https://img.shields.io/github/forks/Foso/HtmlToComposeWebConverter.svg?style=social&label=Fork)](https://github.com/Foso/HtmlToComposeWebConverter/fork) [![GitHub watchers](https://img.shields.io/github/watchers/Foso/HtmlToComposeWebConverter.svg?style=social&label=Watch)](https://github.com/Foso/HtmlToComposeWebConverter) [![Twitter Follow](https://img.shields.io/twitter/follow/jklingenberg_.svg?style=social)](https://twitter.com/jklingenberg_)
1423

15-
## Introduction
24+
## Introduction / HOW TO USE
1625

26+
1) Put your cursor to the place where you want to insert the Compose code.
27+
2)
1728

1829

1930
# 🏠 Architecture

0 commit comments

Comments
 (0)