diff --git a/README.md b/README.md index 0211cb7..44a37d9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, add the following to your `Cargo.toml`: arraydeque = "0.5" ``` -Next, add this to your crate root: +If you use the 2015 rust edition, add this to your crate root: ```rust extern crate arraydeque;