Navigation Menu

Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed Jun 26, 2012
1 parent 942aeda commit 33fa4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ architecture without too much ceremony:
```clojure ```clojure
;; the main app ;; the main app
(ns my.app.core (ns my.app.core
(:requite md-clj.broker)) (:require md-clj.broker))


(defn -main (defn -main
[& args] [& args]
Expand Down

0 comments on commit 33fa4c5

Please sign in to comment.