summaryrefslogtreecommitdiffstats
path: root/tokio-buf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-buf/README.md')
-rw-r--r--tokio-buf/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tokio-buf/README.md b/tokio-buf/README.md
index d9f3e5e3..f5d939df 100644
--- a/tokio-buf/README.md
+++ b/tokio-buf/README.md
@@ -6,19 +6,13 @@ Asynchronous stream of byte buffers
## Usage
-First, add this to your `Cargo.toml`:
+Add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-buf = "0.1.1"
```
-Next, add this to your crate:
-
-```rust
-extern crate tokio_buf;
-```
-
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-buf) is also a great place to get started