Skip to content

Commit 89ad452

Browse files
authored
Update README.md
1 parent 5aada22 commit 89ad452

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ Into this:
2323

2424
## Introduction / HOW TO USE
2525

26-
1) Get the plugin from the Marketplace or download the plugin from the release archive. To learn how to install it, read the [Install plugin from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) section in the IntelliJ docs.
27-
2) Put your cursor to the place where you want to insert the Compose code.
28-
3) Open the Plugin unter Tools> HTML to Compose Web
26+
1) Put your cursor to the place where you want to insert the Compose code.
27+
2) Open the Plugin unter Tools> HTML to Compose Web
2928
<p align="center">
3029
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/ideatools.png" height=500 />
3130
</p>
32-
4) Add your HTML to press "Generate"
31+
3) Add your HTML to press "Generate"
3332
<p align="center">
3433
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/ideaWindow.png" height=500 />
3534
</p>
36-
5) Your code is now inserted at your cursor.
35+
4) Your code is now inserted at your cursor.
3736

3837

3938
## :arrow_down:&nbsp;How to install?
@@ -45,6 +44,8 @@ You can install plugin directly from IntelliJ IDEA or Android Studio:
4544
4. Search for **HtmlToComposeWebConverter**
4645
5. Click on _install_
4746

47+
Alternativly you can download the plugin from the release archive https://github.com/Foso/HtmlToComposeWebConverter/releases. To learn how to install it, read the [Install plugin from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) section in the IntelliJ docs.
48+
4849
## :card_file_box:&nbsp;How can I contribute to this plugin?
4950

5051
* Create a [bug report](https://github.com/Foso/HtmlToComposeWebConverter/issues/new?assignees=&labels=bug&template=i-encountered-a-bug-while-using-the-plugin.md&title=) when accounting a bug

0 commit comments

Comments
 (0)