diff --git a/minecraft/readme.md b/minecraft/readme.md
index af40d56..1fe994c 100644
--- a/minecraft/readme.md
+++ b/minecraft/readme.md
@@ -77,22 +77,21 @@ ICON=https://i.imgur.com/cjwKzqi.png
```
-# Reverse proxy
+# Port forwarding
-No need.
-There is no website managment. There is no accessing it through port 80 or 443.
-Just clients connecting through port 25565 and that does not go through reverse proxy.
-But you **must forward port 25565** on your firewall to your docker host
-if you want it world accessible.
+You **must forward port 25565** on your firewall to your docker host
+if you want it world accessible.
+Usually here is reverse proxy settings but there is no need here,
+nothing is trying to get in over port 80 or 443.
# Domain
-Setup a DNS record for you subdomain - `minecraft.example.com`
+Setup a DNS A-record for you subdomain - `minecraft.example.com`
Will work fine if using default port `25565`
If you would want to use different port, but also would prefer your users
to not need to enter `minecraft.example.com:30108` then google
-"minecraft srv record" and you should find some guides.
-Setting like [this](https://i.imgur.com/hDhZQ.png) are mentioned.
+"minecraft srv record" and you should find the correct settings.
+Like [this one](https://i.imgur.com/hDhZQ.png).
# Plugins