Skip to content

Commit

Permalink
CLJS-161: updated readme to use static file serving instead of 'file'…
Browse files Browse the repository at this point in the history
… protocol.
  • Loading branch information
neotyk authored and David Nolen committed May 9, 2012
1 parent 267605f commit 9b813c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ forms:

### Starting the REPL and connecting to the browser

Start the REPL using the browser as the evaluator:
Start the REPL using the browser as the evaluator (do it in "samples/repl"):

```clj
(require '[cljs.repl :as repl])
Expand All @@ -67,7 +67,7 @@ Start the REPL using the browser as the evaluator:
(repl/repl env)
```

Open index.html in a browser. When this page is loaded it will connect
Open http://localhost:9000/ in a browser. When this page is loaded it will connect
to the REPL.

### Try it out
Expand Down

0 comments on commit 9b813c4

Please sign in to comment.