diff --git a/Config/ReverseProxy/config/html/README.md b/Config/ReverseProxy/config/html/README.md
index 6fe6249..4cbc027 100644
--- a/Config/ReverseProxy/config/html/README.md
+++ b/Config/ReverseProxy/config/html/README.md
@@ -1,7 +1,7 @@
# HTML Sites
If the reverse proxy also serves static HTML sites,
- the root directories of each can be placed here.
-Then in conf.d may add a file which points the domain to the HTML web root,
- such as `/etc/nginx/html/www.website.name`.
+ the root directories of each can be placed here.
+Then in `../conf.d` add a file which points the domain to the HTML web root,
+ such as `/etc/nginx/html/www.website.name`.
An example for this exists called `html.example.com`.
It should be fairly easy to recreate for another website.