Merge pull request #258 from sshine/readme-updates-0.15
README, Getting Started: Update 0.13 to 0.15 in example
This commit is contained in:
commit
831c8cb429
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Making your own project? [Submit a pull request](https://github.com/aatxe/irc/pu
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
To start using the irc crate with cargo, you can add `irc = "0.13"` to your dependencies in
|
To start using the irc crate with cargo, you can add `irc = "0.15"` to your dependencies in
|
||||||
your Cargo.toml file. The high-level API can be found in [`irc::client::prelude`][irc-prelude].
|
your Cargo.toml file. The high-level API can be found in [`irc::client::prelude`][irc-prelude].
|
||||||
You'll find a number of examples to help you get started in `examples/`, throughout the
|
You'll find a number of examples to help you get started in `examples/`, throughout the
|
||||||
documentation, and below.
|
documentation, and below.
|
||||||
|
|
Loading…
Reference in a new issue