Skip to content

Commit

Permalink
README formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Mar 13, 2011
1 parent f5b9255 commit d670067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,8 @@ The following short example should give you what you need to get started:
(defn divide [one two] (defn divide [one two]
(try (try
(info "Calculated" (/ one two)) (info "Calculated" (/ one two))
(catch Exception ex (catch Exception ex
(error "There was an error in caculation" ex)))) (error "There was an error in caculation" ex))))


For those new to using a java logging library, the following is a very basic configuration for log4j. Place it in a file called \"log4j.properties\" and place that file (and the log4j JAR) on the classpath. For those new to using a java logging library, the following is a very basic configuration for log4j. Place it in a file called \"log4j.properties\" and place that file (and the log4j JAR) on the classpath.


Expand Down

0 comments on commit d670067

Please sign in to comment.