From c2d255ae1913775ab5b5af5f062f8653dcda97a4 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 20 Oct 2025 12:15:16 +0300 Subject: Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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))) -- cgit v1.2.3