Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Leibiusky committed Oct 7, 2010
1 parent 7d82a9e commit 356b455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

JOhm is a Object-hash mapping library for Java inspired on the awesome [Ohm](http://github.com/soveran/ohm).

JOhm is a library for storing objects in Redis, a persistent key-value database.
JOhm is a library for storing objects in [Redis](http://github.com/antirez/redis), a persistent key-value database.

## What can I do with JOhm?
Right now it is still in development. So just the following features are available.

- Basic attribute persistance (String, Integer, etc...)
- Basic attribute persistence (String, Integer, etc...)
- Auto-numeric Ids
- Simple References
- Indexes
Expand All @@ -20,7 +20,7 @@ Stay close! It is growing pretty fast!
## How do I use it?

You can download the latests build at:
http://github.com/xetorthio/johm/downloads
[http://github.com/xetorthio/johm/downloads](http://github.com/xetorthio/johm/downloads)

And this is a small example (getters and setters are not included for the sake of simplicity):

Expand Down

0 comments on commit 356b455

Please sign in to comment.