summaryrefslogtreecommitdiffstats
path: root/tokio-test/README.md
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-08-08 15:48:53 -0400
committerCarl Lerche <me@carllerche.com>2019-08-08 12:48:53 -0700
commit50e5d401df9931eafabee554bb1a370958fc57d2 (patch)
tree46ee622b3167f98f7cb0dc850e3f2de5e9f7ce87 /tokio-test/README.md
parent2e69f2a7fddfe3d9940ace8ed5610cca83b75369 (diff)
chore: prepare for v0.2.0-alpha.1 release (#1410)
Diffstat (limited to 'tokio-test/README.md')
-rw-r--r--tokio-test/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/tokio-test/README.md b/tokio-test/README.md
index 7e58074b..64174d96 100644
--- a/tokio-test/README.md
+++ b/tokio-test/README.md
@@ -2,28 +2,6 @@
Tokio and Futures based testing utilities
-[Documenation](https://docs.rs/tokio-test)
-
-## Usage
-
-First, add this to your `Cargo.toml`:
-
-```toml
-[dev-dependencies]
-tokio-test = "0.1.0"
-```
-
-Next, add this to your crate:
-
-```rust
-#[macro_use]
-```
-
-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-test) is also a great place to get started
-for the nitty-gritty.
-
## License
This project is licensed under the [MIT license](LICENSE).