Update README.md

This commit is contained in:
rgkirch 2022-10-13 14:44:11 -04:00 committed by GitHub
parent 83e96ceb4a
commit 9213ac3474
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
```