diff --git a/README.md b/README.md index 6978c3e..6ccf393 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ Clojure utility interface to slf4j Add `[lg "1.0.0"]` to the dependencies section of your "project.clj" +```clojure + +(ns my.ns + (:use lg)) + +(defn hairiness + [argument] + (info "hairiness called with %s" argument)) + +``` + + ## License Copyright © 2014 Brandon Bickford diff --git a/project.clj b/project.clj index bacd968..d7f1eed 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lg "1.0.0" +(defproject lg "1.0.1" :description "Utility logging functions to interact with slf4j" :url "http://github.com/bickfordb/lg" :license {:name "GPL V3"