diff --git a/README-PL.md b/README-PL.md
index 1782ed8..f09d5ea 100644
--- a/README-PL.md
+++ b/README-PL.md
@@ -1,14 +1,14 @@
- [Deutsch] | [Nederlands]
+ [English] | [Deutsch] | [Nederlands]
-# A working demo of RustDesk server implementation
-This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.
+# Działające demo implementacji serwera RustDesk
+Jest to bardzo prosta implementacja demonstracyjna z dozwolonym tylko jednym połączeniem, bez tłumaczenia NAT, trwałości, szyfrowania i innych zaawansowanych funkcji. Może to być dobry punkt wyjścia do napisania własnego serwera RustDesk.
-## How to run
+## Jak uruchomić
```bash
-# install rustup first, https://rustup.rs/
-IP= cargo run
+# zainstaluj najpierw rustup, https://rustup.rs/
+IP= cargo run
```
https://rustdesk.com/blog/id-relay-set/