diff --git a/README.md b/README.md
index 897db2d..298f75c 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ pip install git+https://git.finnendahl.de/Yugon/html_to_pdf.git
## API
+In python :
+
```python
import html_to_pdf as h2p
@@ -15,3 +17,9 @@ h2p.render_from_url("http://example.com", "out.pdf")
h2p.render_from_file("local_file.html", "out2.pdf")
h2p.render_from_string("
Works
", "out3.pdf")
```
+
+As console script
+
+```bash
+html_to_pdf -o