add brackets in require in README.md
This commit is contained in:
parent
77b55f658e
commit
dae0a6b423
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ In babashka or Clojure JVM, use the
|
||||||
[sci.nrepl](https://github.com/babashka/sci.nrepl) dependency and run:
|
[sci.nrepl](https://github.com/babashka/sci.nrepl) dependency and run:
|
||||||
|
|
||||||
``` clojure
|
``` clojure
|
||||||
(require 'sci.nrepl.browser-server :as nrepl)
|
(require '[sci.nrepl.browser-server :as nrepl])
|
||||||
(nrepl/start! {:nrepl-port 1339 :websocket-port 1340})
|
(nrepl/start! {:nrepl-port 1339 :websocket-port 1340})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue