From bed6ac37ca4fee82799f4905bd83d7ee95c90f4c Mon Sep 17 00:00:00 2001 From: posh Date: Sun, 22 Apr 2012 15:35:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a17da4c..b390ffd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ streaming and non-streaming mode. lein run -m tasks.build-dev-js ;; compile cljs in advanced mode lein run -m tasks.build-advanced-js - lein run -m chat.core + lein run -m chat-demo.core Open two windows at [http://localhost:8080/index.html](http://localhost:8080/index.html) (Advanced compiled) or [http://localhost:8080/index-dev.html](http://localhost:8080/index-dev.html) and start chatting!