add brackets in require in README.md (#30)

This commit is contained in:
Søren Sjørup 2022-07-15 10:44:42 +02:00 committed by GitHub
parent 77b55f658e
commit fe353c4c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ In babashka or Clojure JVM, use the
[sci.nrepl](https://github.com/babashka/sci.nrepl) dependency and run:
``` clojure
(require 'sci.nrepl.browser-server :as nrepl)
(require '[sci.nrepl.browser-server :as nrepl])
(nrepl/start! {:nrepl-port 1339 :websocket-port 1340})
```