diff --git a/README.md b/README.md
index 7dfb8e7..d48f36d 100644
--- a/README.md
+++ b/README.md
@@ -270,6 +270,16 @@ gptdeploy generate \
+### Markdown to HTML Converter
+
+```bash
+gptdeploy generate --description "Convert markdown to HTML" --test "# Hello, welcome to GPT Deploy!"
+```
+
+
+
+
+
[//]: # (## TO BE TESTED)
@@ -357,15 +367,6 @@ gptdeploy generate \
[//]: # (```)
-[//]: # ()
-[//]: # (### Markdown to HTML Converter)
-
-[//]: # (```bash)
-
-[//]: # (gptdeploy generate --description "Convert markdown to HTML" --test "# Hello, welcome to GPT Deploy!")
-
-[//]: # (```)
-
[//]: # ()
[//]: # (### Barcode Generator)
diff --git a/res/markdown_to_html_example.png b/res/markdown_to_html_example.png
new file mode 100644
index 0000000..59eec59
Binary files /dev/null and b/res/markdown_to_html_example.png differ