summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2015-03-23 11:13:56 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2015-03-23 11:13:56 +0300
commita3083cbded49f2cddb07aebb71ccf4908bba8103 (patch)
treec8203064f5ff7875fdddc156903b8a9c350e9223
parent48e06dbf63f0032dd35d2cda0f829500d0b53b67 (diff)
parent554430b049d68ff9a7ae515bd33f65fc31f79713 (diff)
Merge pull request #1043 from hura/patch-1
Example bind to localhost instead of every interface
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6bab3f96..fd73857a 100644
--- a/README.md
+++ b/README.md
@@ -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))
```