From a89b4c2860237cd3e225540268ba0b5b3b2ae474 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Thu, 28 Oct 2010 03:30:37 +0800 Subject: [PATCH] Fixing markdown syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412e1f3..9e44487 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it * Lists attachments and allows separate downloading of parts. * Written super-simply in EventMachine, easy to dig in and change. * Command line options to override the default SMTP/HTTP IP and port settings. -* Mail appears instantly if your browser supports (WebSockets)[websockets]. +* Mail appears instantly if your browser supports [WebSockets][websockets]. ## Caveats