From 0a32dfd31a7b3c37c789965498493e1afc20da3c Mon Sep 17 00:00:00 2001
From: Joel Martin <github@martintribe.org>
Date: Wed, 7 Jul 2010 16:06:44 -0500
Subject: [PATCH] Markdown links in README.md.

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index fbd5ebf..7259102 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ noVNC is a VNC client implemented using HTML5 technologies,
 specifically Canvas and WebSocket (supports 'wss://' encryption).
 
 For browsers that do not have builtin WebSocket support, the project
-includes web-socket-js, a WebSocket emulator using Adobe Flash
-(http://github.com/gimite/web-socket-js).
+includes [web-socket-js](http://github.com/gimite/web-socket-js),
+a WebSocket emulator using Adobe Flash .
 
-In addition, as3crypto has been added to web-socket-js to implement
-WebSocket SSL/TLS encryption, i.e. the "wss://" URI scheme.
-(http://github.com/lyokato/as3crypto_patched).
+In addition, [as3crypto](http://github.com/lyokato/as3crypto_patched)
+has been added to web-socket-js to implement WebSocket SSL/TLS
+encryption, i.e. the "wss://" URI scheme.
 
 
 ### Requirements
-- 
2.18.1