summaryrefslogtreecommitdiffstats
path: root/tokio-codec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-codec/README.md')
-rw-r--r--tokio-codec/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/tokio-codec/README.md b/tokio-codec/README.md
index e0c1a385..4c0bf890 100644
--- a/tokio-codec/README.md
+++ b/tokio-codec/README.md
@@ -4,21 +4,6 @@ Utilities for encoding and decoding frames.
[Documentation](https://docs.rs/tokio-codec)
-## Usage
-
-First, add this to your `Cargo.toml`:
-
-```toml
-[dependencies]
-tokio-codec = "0.1"
-```
-
-Next, add this to your crate:
-
-```rust
-extern crate tokio_codec;
-```
-
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-codec) is also a great place to get started