From da2e8220f3920681e8d4e414d35e633e49112de4 Mon Sep 17 00:00:00 2001 From: Liron Newman Date: Sun, 17 Jun 2018 17:40:59 +0100 Subject: [PATCH] GUACAMOLE-572: Fix typo from "test-based protocol" to "text-based protocol" --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 72a371ba..8446d97d 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ libraries. guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle binary protocols (like VNC and remote -desktop) efficiently, a new test-based protocol was developed which would +desktop) efficiently, a new text-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol.