From a562ec712c5247a76e23ae659a1dada390ddb8f1 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 May 2021 18:30:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.