From 7e46a9db398ef67070ff23f03367ab4adde76c16 Mon Sep 17 00:00:00 2001 From: Nassim Beladel Date: Mon, 6 Mar 2017 17:34:16 +0100 Subject: [PATCH] Fixed some typo's --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec01bb2..a7a3a2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ rdesktop is an open source client for Microsoft's RDP protocol. It is known to work with Windows versions ranging from NT 4 Terminal Server -to Windows 2012r2 RDS. rdesktop currently implements the RDP version 4 +to Windows 2012r2 RDS. rdesktop currently has implemented the RDP version 4 and 5 protocols. @@ -25,18 +25,18 @@ the configure line. ## Note for users building from source -If you have retreived a snapshot of rdesktop source, you will first +If you have retreived a snapshot of the rdesktop source, you will first need to run `./bootstrap` in order to generate the build infrastructure. This is not necessary for release versions of rdesktop. ## Usage -Conenct to a RDP server like: +Connect to an RDP server like: % rdesktop server -where server is the name of the Terminal Services machine. (If you receive +where server is the name of the Terminal Services machine. (If you receive "Connection refused", this probably means that the server does not have Terminal Services enabled, or there is a firewall blocking access.)