From b024a940103d5d934763b238614033d6e3af8433 Mon Sep 17 00:00:00 2001 From: Brian Langenberger Date: Tue, 29 Dec 2020 12:12:16 -0600 Subject: [PATCH] Make README file less outdated --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index a7baaea..e252a8a 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,4 @@ around any stream which implements the `Read` or `Write` traits. It also supports a wide array of integer data types as containers for those binary values. -[Documentation](https://docs.rs/bitstream-io/0.8.0/bitstream_io/) - -## Usage - -Add this to your `Cargo.toml`: - -```toml -[dependencies] -bitstream-io = "0.8" -``` - -and this to your crate root: - -```rust -extern crate bitstream_io; -``` +[Documentation](https://docs.rs/bitstream-io/1.0.0/bitstream_io/)