diff --git a/README.md b/README.md
index 30c852b..bd5fe3e 100644
--- a/README.md
+++ b/README.md
@@ -352,6 +352,7 @@ Output:
# Web app
We also have a web app interface to output ESP Lora data via USB/Serial
Go to the website (https://lora-sa.pages.dev/), click connect and select a device:
+Known issue: doesn't work on mobile ;(
https://lora-sa.pages.dev/

@@ -368,7 +369,7 @@ listen_on_usb(String("readline")), rx_lora(NULL), tx_lora(NULL),
// rx_lora(configureLora("freq:920")),tx_lora(configureLora("freq:916"))
is_host(false)
```
-is_host(false) - for host receiver or can be set via Serial command ***SET is_host true*** <\br>
+is_host(false) - for host receiver or can be set via Serial command ***SET is_host true***
The Host automatically outputs data to serial that can be read by our Python Serail app
Example of the serial out:
```