Skip to content

Commit

Permalink
Merge pull request #1043 from hura/patch-1
Browse files Browse the repository at this point in the history
Example bind to localhost instead of every interface
  • Loading branch information
bbatsov committed Mar 23, 2015
2 parents 48e06db + 554430b commit a3083cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ e.g. `[com.cemerick/austin "0.1.5"]` in your project's `:plugins`):
```clojure
(require 'weasel.repl.websocket)
(cemerick.piggieback/cljs-repl
:repl-env (weasel.repl.websocket/repl-env :ip "0.0.0.0"
:repl-env (weasel.repl.websocket/repl-env :ip "127.0.0.1"
:port 9001))
```

Expand Down

0 comments on commit a3083cb

Please sign in to comment.