From 9d1b933297bb325fe0de8b326219f24b4449b655 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Fri, 25 May 2012 12:05:41 -0700 Subject: [PATCH] tiniest of fixes, almost miniscule --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 78f9cdf..18e51f9 100644 --- a/README.markdown +++ b/README.markdown @@ -473,7 +473,7 @@ however, it is important to recognize that jsx is greedy by default. jsx will co the following functions should be exported from a jsx callback module -* `Module:init/1 +* `Module:init/1` ```erlang Module:init(Args) -> InitialState