summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))