summaryrefslogtreecommitdiffstats
path: root/tokio-io/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/README.md')
-rw-r--r--tokio-io/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tokio-io/README.md b/tokio-io/README.md
index f261524b..82ea3d57 100644
--- a/tokio-io/README.md
+++ b/tokio-io/README.md
@@ -8,19 +8,13 @@ Core I/O abstractions for the Tokio stack.
## Usage
-First, add this to your `Cargo.toml`:
+Add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-io = "0.1"
```
-Next, add this to your crate:
-
-```rust
-extern crate tokio_io;
-```
-
You can find extensive documentation and examples about how to use this crate
online at [https://tokio.rs](https://tokio.rs). The [API
documentation](https://docs.rs/tokio-io) is also a great place to get started