Merge pull request #1 from PoshHsu/master

Fix typo of README.md, use proper namespace in run chat-demo instructions
This commit is contained in:
Gijs Stuurman 2012-04-22 13:34:56 -07:00
commit d12d4cb24a

View file

@ -66,7 +66,7 @@ streaming and non-streaming mode.
lein run -m tasks.build-dev-js lein run -m tasks.build-dev-js
;; compile cljs in advanced mode ;; compile cljs in advanced mode
lein run -m tasks.build-advanced-js 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) 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! or [http://localhost:8080/index-dev.html](http://localhost:8080/index-dev.html) and start chatting!