From cbc9ab1a9a9feffbef5708f6ea07a2ad7a349172 Mon Sep 17 00:00:00 2001 From: Terah Date: Thu, 28 Sep 2023 22:10:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7870483..b0cac62 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This crate provides an easy to use api to read/write data from/to a bunch of byt ``` [dependencies] -bytebuffer = "2.1.0" +bytebuffer = "2.2.0" ``` --- @@ -64,7 +64,7 @@ let _ = reader.read_bit(); let _ = reader.read_bits(3); ``` -Also support [crate half](https://crates.io/crates/half/) 16 bits floats with +Also support [half](https://crates.io/crates/half/) 16 bits floats with ```rust features = ["half"] ```