File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ <h1 class="f2 f1-l fw3 lh-title">The Fullest Full Stack Clojure Web Framework</h
13
13
</ div >
14
14
< div class ="fl w-50-ns w-100 ph3 mt2 ">
15
15
< pre > < code style ="padding: 20px " class ="clojure hljs "> (< span class ="hljs-name "> < span class ="hljs-builtin-name "> ns</ span > </ span > server
16
- (< span class ="hljs-symbol "> :require</ span > [coast]))
16
+ (< span class ="hljs-symbol "> :require</ span > [coast]))
17
17
18
18
(< span class ="hljs-name "> < span class ="hljs-builtin-name "> defn</ span > </ span > home [request]
19
- (< span class ="hljs-name "> coast/ok</ span > < span class ="hljs-string "> "You're coasting on clojure"</ span > ))
19
+ (< span class ="hljs-name "> coast/ok</ span > < span class ="hljs-string "> "You're coasting on clojure"</ span > ))
20
20
21
21
(< span class ="hljs-name "> < span class ="hljs-builtin-name "> def</ span > </ span > routes (< span class ="hljs-name "> coast/routes</ span > [< span class ="hljs-symbol "> :get</ span > < span class ="hljs-string "> "/"</ span > home]))
22
22
You can’t perform that action at this time.
0 commit comments