From 597badda0cb581481e24fb3cfdc7ba3aa84c56a1 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 10 Feb 2016 15:41:54 -0500 Subject: [PATCH] Updated README to recommend the latest version for dependencies. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1389553..e9b5a1e 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ features. These are, however, strictly optional and can be disabled accordingly. ## Getting Started ## -To start using this library with cargo, you can simply add `irc = "*"` to your dependencies to your -Cargo.toml file. You'll likely want to take a look at some of the examples, as well as the +To start using this library with cargo, you can simply add `irc = "^0.9.0"` to your dependencies to +your Cargo.toml file. You'll likely want to take a look at some of the examples, as well as the documentation. You'll also be able to find a small template to get a feel for the library. ## Getting Started by Example ##