GUACAMOLE-572: Fix typo from "test-based protocol" to "text-based protocol"

This commit is contained in:
Liron Newman 2018-06-17 17:40:59 +01:00 committed by GitHub
parent 30e90b2425
commit da2e8220f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
README
View File

@ -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.