Skip to content

Commit

Permalink
doc: fix readme (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCroxx authored Oct 14, 2024
1 parent 9f938b5 commit bf6d7bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![CI](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml)
[![Crates.io Version](https://img.shields.io/crates/v/bytesize.svg)](https://crates.io/crates/bytesize)

Forked from https://github.com/hyunsik/bytesize .

ByteSize is an utility for human-readable byte count representation.

Features:
Expand All @@ -22,7 +20,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
bytesize = { version = "2", features = ["serde"]}
bytesize = { version = "1.3.0", features = ["serde"]}
```

## Example
Expand Down

0 comments on commit bf6d7bc

Please sign in to comment.