summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-20 12:15:16 +0300
committerAsko Nõmm <asko@nmm.ee>2025-10-20 12:15:16 +0300
commitc2d255ae1913775ab5b5af5f062f8653dcda97a4 (patch)
tree422b10a4fe745a914542a1ccb51a6650f6f6d18a /README.md
parentac1659a1cc156241f1b4433e99732c0075ff72fc (diff)
Fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78d7700..6376fa1 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ It works seamlessly with standard Clojure functions like `map`:
(:require [dompa.nodes :refer [defhtml $]]))
(def names ["john" "mike" "jenna"])
-s
+
(defhtml name-list []
($ :ul
(map #($ :li %) names)))