From 27c3da1908168ff06f524639dba88e7a15c98663 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 23 Feb 2012 17:45:27 -0600 Subject: [PATCH] Fix feature matrix link and clarify paragraph. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7db1df4..48c790a 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,15 @@ These are not necessary for the basic operation. ### Implementations of websockify -The primary implementation of websockify is in python. There are also -alternative implementations in the `other/` subdirectory (and -elsewhere). See the alternate implementation [Feature -Matrix](https://github.com/kanaka/websockify/wiki/Implementations_Matrix). +The primary implementation of websockify is in python. There are +several alternate implementations in other languages (C, Node.js, +Clojure, Ruby) in the `other/` subdirectory (with varying levels of +functionality). + +In addition there are several other external projects that implement +the websockify "protocol". See the alternate implementation [Feature +Matrix](https://github.com/kanaka/websockify/wiki/Feature_Matrix) for +more information. ### Wrap a Program