Skip to content

Commit

Permalink
Adding clojars pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
drsnyder committed Jan 11, 2012
1 parent a8315e2 commit f79ae49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ For example:
user=> (.watch b "my-tube")
user=> (def job (.reserve b)) ; id is (:id job), payload is (:payload job)

This library is also available on [clojars](https://clojars.org/com.github.drsnyder/beanstalk).
To use, add [com.github.drsnyder/beanstalk "1.0.0-SNAPSHOT"] to your dependencies.

## Examples

Two examples are provided:
Expand Down

0 comments on commit f79ae49

Please sign in to comment.