Fix installation instructions to use new package name.

This commit is contained in:
Isis Lovecruft 2016-12-09 01:30:04 +00:00
parent 2084edef2c
commit c9b5cb910c
Failed to extract signature

View file

@ -54,11 +54,11 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
To install, add the following to the dependencies section of your project's
`Cargo.toml`:
ed25519 = "0.1.0"
ed25519-dalek = "0.1.0"
Then, in your library or executable source, add:
extern crate ed25519
extern crate ed25519_dalek
# TODO