Skip to content

Commit

Permalink
Reformat README
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Nov 3, 2011
1 parent a9081b0 commit e996ef8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -16,10 +16,10 @@ A Clojure library for redis
(redis/get "foo")
-> "some value"

This library is targeted at Redis 2.0+. If you are using an older
version of Redis or are using a version of Clojure earlier than
1.3.0, you may have better luck with
[redis-clojure](https://github.com/ragnard/redis-clojure).
This library is targeted at Redis 2.0+. If you are using an older
version of Redis or are using a version of Clojure earlier than 1.3.0,
you may have better luck with
[redis-clojure](https://github.com/ragnard/redis-clojure).

## License

Expand Down

0 comments on commit e996ef8

Please sign in to comment.