Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terahlunah committed Sep 28, 2023
1 parent e17eeca commit cbc9ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

---
Expand Down Expand Up @@ -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"]
```
Expand Down

0 comments on commit cbc9ab1

Please sign in to comment.