Changed README to not specify patch portion of version number.

This commit is contained in:
Aaron Weiss 2017-08-04 20:36:31 -04:00
parent 4a5e9a9f01
commit ed35872cc1
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -9,7 +9,7 @@ the default features. These are, however, strictly optional and can be disabled
## Getting Started ##
To start using this library with cargo, you can simply add `irc = "0.12.0"` to your dependencies in
To start using this library with cargo, you can simply add `irc = "0.12"` to your dependencies in
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 below a small template to get a feel for the library.