From 8695428f000db06f206837d3f8fb4ec90cab0331 Mon Sep 17 00:00:00 2001 From: Brian Langenberger Date: Fri, 14 Jun 2024 12:12:08 -0500 Subject: [PATCH] Remove some outdated README info --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e252a8a..030315f 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,3 @@ This library is intended to be flexible enough to wrap 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/1.0.0/bitstream_io/)