Skip to content

Commit bf6d7bc

Browse files
authored
doc: fix readme (#51)
1 parent 9f938b5 commit bf6d7bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[![CI](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml)
44
[![Crates.io Version](https://img.shields.io/crates/v/bytesize.svg)](https://crates.io/crates/bytesize)
55

6-
Forked from https://github.com/hyunsik/bytesize .
7-
86
ByteSize is an utility for human-readable byte count representation.
97

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

2321
```toml
2422
[dependencies]
25-
bytesize = { version = "2", features = ["serde"]}
23+
bytesize = { version = "1.3.0", features = ["serde"]}
2624
```
2725

2826
## Example

0 commit comments

Comments
 (0)