From 49cba882e3c46e063e938e52dc2d13a492702e24 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 14 Feb 2011 13:00:28 -0800 Subject: [PATCH] Updated Interfaces (markdown) --- Interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces.md b/Interfaces.md index 65f0d30..599dd18 100644 --- a/Interfaces.md +++ b/Interfaces.md @@ -15,5 +15,5 @@ handle_cast({game, Command, Headers, Data}, State) -> {noreply, NewState} - `Headers` are a proplist [[http://www.erlang.org/doc/man/proplists.html]] so you can use proplist:get_value(token) to get the value of the header "Token". - `Data` is just a String. +- `server` and `game` are atoms to indicate the receiver. - `Command` is just a String. -