From 321487f1e747225ff86c5d8af7bb7f3b7a7901d6 Mon Sep 17 00:00:00 2001 From: Yuri Artemev Date: Fri, 15 Aug 2014 17:19:46 +0400 Subject: [PATCH] fix readme to use library from github, close #13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d130be..7bab455 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Redis client for Elixir Add this to the dependencies: ```elixir -{:exredis, "~> 0.1.0"} +{ :exredis, github: "artemeff/exredis" } ``` ---