Skip to content

Commit

Permalink
Fixing README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopr committed Aug 26, 2013
1 parent 7053eb1 commit 125c73b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Redis-Keeper
----
Redis-Keeper is a distributed system that monitor and automatize failover of multiple redis clusters.
Redis-Keeper is a distributed system that monitor and auto failover multiple Redis clusters.

**It is design to work with any client/language available.**
**It is designed to work with any client/language.**

----

Expand Down Expand Up @@ -163,14 +163,14 @@ backend cluster-1-readable
----

### Using:
You can get the last version at: [Download 0.1]().
You can get the last version at: [Download 0.1](http://github.com/rodrigopr/redis-keeper/releases/download/untagged-1fd23d8d661be18c3db0/redis-keeper-0.1-bin.zip).
To start the system execute: `bin/redis-keeper.sh conf/keeper.conf`

##### To build from source(maven required):
```bash
git clone http://github.com/rodrigopr/redis-keeper.git
cd redis-keeper
mvn clean package
mvn clean compile package
```

It will produce .zip package in `target/`.
Expand Down

0 comments on commit 125c73b

Please sign in to comment.