swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Either pun or missing item in README #32

Closed sudodoki closed 9 years ago

sudodoki commented 9 years ago

mies/README.md might be missing item number 3

1. Uncomment the following line in src/[project name]/core.cljs: 
   ;; (repl/connect "http://localhost:9000/repl")
2. Run `./scripts/brepl`
4. Browse to http://localhost:9000 (you should see Hello World! in web console)
5. (back to step 3) you should now see the REPL prompt: ClojureScript:cljs.user> 
6. You may now evaluate ClojureScript statements in the browser context. 
swannodette commented 9 years ago

Thanks fixed!