Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Apr 4, 2013
1 parent ba73115 commit c6061c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
redis-router
============

<strong>redis_router</strong>, a redis sharding library/api for your sharding needs.
<strong>redis_router</strong>, a redis sharding library/api for your redis sharding needs.

how it works
==============
Expand Down Expand Up @@ -44,7 +44,7 @@ servers.txt (server:ip weight)
your python code:

``` python
router = Router("serverlist")
router = Router("servers.txt")

router.set("forge", 13)
router.set("spawning_pool", 18)
Expand Down

0 comments on commit c6061c4

Please sign in to comment.