diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-20 12:15:16 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-20 12:15:16 +0300 |
| commit | c2d255ae1913775ab5b5af5f062f8653dcda97a4 (patch) | |
| tree | 422b10a4fe745a914542a1ccb51a6650f6f6d18a /README.md | |
| parent | ac1659a1cc156241f1b4433e99732c0075ff72fc (diff) | |
Fix README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |
