From 84664532db4e937209a30b5e4c33221fb6c66995 Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Sat, 13 May 2023 10:46:19 +0200 Subject: [PATCH] Fix typo in README.md (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121fac6..a276016 100644 --- a/README.md +++ b/README.md @@ -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 "resources/public"}) @(promise) ;; wait until process is killed ```