Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bhauman/lein-figwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed May 23, 2014
2 parents b849a5f + c83f145 commit 4d06453
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 @@ -219,7 +219,7 @@ In keeping with the previous examples you would put this into your
(println "You can change this line an see the changes in the dev console")

(fw/watch-and-reload
;; :websocket-url "ws:localhost:3449/figwheel-ws" default
;; :websocket-url "ws://localhost:3449/figwheel-ws" default
:jsload-callback (fn [] (print "reloaded"))) ;; optional callback
```

Expand Down

0 comments on commit 4d06453

Please sign in to comment.