From c3873acd408a7ff0af8f655763173cdf59d0b439 Mon Sep 17 00:00:00 2001 From: jonte Date: Wed, 2 Feb 2011 11:27:55 -0800 Subject: [PATCH] Updated Protocol draft 2.0 (markdown) --- Protocol-draft-2.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Protocol-draft-2.0.md b/Protocol-draft-2.0.md index 18c710d..021b2a7 100644 --- a/Protocol-draft-2.0.md +++ b/Protocol-draft-2.0.md @@ -17,6 +17,6 @@ Our protocol looks like the following: function helloWorld(x) {return x + 2 ;} The following commands are to be supported: -define: defines new javascript -run: runs existing javascript -hello: request a new ID \ No newline at end of file + define defines new javascript + run runs existing javascript + hello request a new token \ No newline at end of file