From b41b25541cf0469983288a21f67ad33fa85a00e5 Mon Sep 17 00:00:00 2001 From: ninjudd Date: Wed, 11 May 2011 18:08:24 -0700 Subject: [PATCH] footnote --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c97ee9..7dee6b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Portal is a unified REPL and command server for Clojure. # Protocol -Portal uses netstrings to encode messages (thanks to James Reeves for this suggestion). This makes +Portal uses netstrings to encode messages1. This makes client implementations as simple as possible. The format of an individual message is as follows: id type data @@ -38,3 +38,7 @@ For server responses `type` can be one of: * elisp (coming soon) * Haskell (coming soon) * Your favorite language (patches welcome...) + +
+ +1. Thanks to [James Reeves](https://github.com/weavejester) for this suggestion.