Skip to content

Commit

Permalink
Unobscure 'html' form in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cunha committed Jul 30, 2015
1 parent 0f07e4f commit c111f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Require both the core macros and the runtime functions in your namespace declara

```clojure
(ns myns
(:require-macros [hiccups.core :as hiccups])
(:require-macros [hiccups.core :as hiccups :refer [html]])
(:require [hiccups.runtime :as hiccupsrt]))

(hiccups/defhtml my-template []
Expand Down

0 comments on commit c111f3f

Please sign in to comment.