From 6c2ebc61363585f129e61c2b9d97953fbadee28a Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Thu, 23 Aug 2018 21:41:33 -0400 Subject: [PATCH] Update version in install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2b656..646cb15 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To add `elefren` to your project, add the following to the `[dependencies]` section of your `Cargo.toml` ```toml -elefren = { git = "https://github.com/pwoolcoc/elefren" } +elefren = "0.12" ``` ## Usage