diff --git a/README.md b/README.md index b1089ab..2eb5c36 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# rustdesk-server-demo -Demo implementation of RustDesk server +# A demo of RustDesk server implementation +This is a super simple implementation with only one relay connection allowed, without NAT traverse, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.