diff --git a/locust/webui/README.md b/locust/webui/README.md
index 310c3ebc85..e2746ec11e 100644
--- a/locust/webui/README.md
+++ b/locust/webui/README.md
@@ -66,7 +66,8 @@ For Locust to be able to pass data to your React frontend, place the following s
To load the favicon, place the link in your head:
```html
-
+
+
```
Lastly, you must configure Locust to point to your own React build output. To achieve this, you can use the flag `--build-path` and provide the **absolute** path to your build directory.