Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ataggart committed Oct 18, 2011
1 parent cae4396 commit 98b0a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ The following short example should give you what you need to get started:
(ns example.core
(:use [clojure.tools.logging :only (info error)]))

(defn divide [x x]
(defn divide [x y]
(try
(info "dividing" x "by" y)
(/ x y)
Expand Down

0 comments on commit 98b0a7e

Please sign in to comment.