Update README.md (#42)

This commit is contained in:
rgkirch 2022-10-13 14:47:15 -04:00 committed by GitHub
parent 83e96ceb4a
commit 12e5a33964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ babashka or Clojure JVM):
``` clojure
(require '[babashka.http-server :as http])
(http/serve {:port 1341 :dir "resoures/public"}
(http/serve {:port 1341 :dir "resoures/public"})
@(promise) ;; wait until process is killed
```