GUACAMOLE-572: Fix typo from "test-based protocol" to "text-based protocol"
This commit is contained in:
parent
30e90b2425
commit
da2e8220f3
2
README
2
README
@ -25,7 +25,7 @@ libraries.
|
|||||||
|
|
||||||
guacd is the Guacamole proxy daemon used by the Guacamole web application and
|
guacd is the Guacamole proxy daemon used by the Guacamole web application and
|
||||||
framework. As JavaScript cannot handle binary protocols (like VNC and remote
|
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
|
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
|
access, but would be easy for JavaScript programs to process. guacd is the
|
||||||
proxy which translates between arbitrary protocols and the Guacamole protocol.
|
proxy which translates between arbitrary protocols and the Guacamole protocol.
|
||||||
|
Loading…
Reference in New Issue
Block a user