Skip to content

Commit

Permalink
footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed May 12, 2011
1 parent 6079d3a commit b41b255
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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 messages<sup><a name="ref1" href="#fn1">1</a></sup>. This makes
client implementations as simple as possible. The format of an individual message is as follows:

id type data
Expand Down Expand Up @@ -38,3 +38,7 @@ For server responses `type` can be one of:
* elisp (coming soon)
* Haskell (coming soon)
* Your favorite language (patches welcome...)

<hr>

1. Thanks to [James Reeves](https://github.com/weavejester) for this suggestion. <a name="fn1" href="#ref1">&#8617;</a>

0 comments on commit b41b255

Please sign in to comment.