Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac7758

Browse files
committed
Fix a require statement in 7.12
1 parent ba569a6 commit 2ac7758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_webapps/7-12_templating-with-selmer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ and display it on the page, we could write the following filter:footnote:[You'll
204204
[source, clojure]
205205
----
206206
(require '[markdown.core :refer [md-to-html-string]]
207-
'[selmer.filters/add-filter!])
207+
'[selmer.filters :refer [add-filter!]])
208208
209209
(add-filter! :markdown md-to-html-string)
210210
----

0 commit comments

Comments
 (0)