Skip to content

Commit b6e8ef7

Browse files
committed
Update README.md
1 parent 0788479 commit b6e8ef7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Byte Units [![Build Status](https://travis-ci.org/gabrielelana/byte-units.svg?branch=master)](https://travis-ci.org/gabrielelana/byte-units)
1+
[![CI Pipeline](https://github.com/recruiterphp/byte-units/actions/workflows/ci.yml/badge.svg)](https://github.com/recruiterphp/byte-units/actions/workflows/ci.yml)
2+
23
This is a utility component for parsing, formatting, converting and manipulating byte units in various formats.
34

45
## Usage
@@ -114,7 +115,7 @@ echo ByteUnits\Binary::kilobytes(1)->remove('1KiB')->format(); // outputs 24B
114115
```json
115116
{
116117
"require": {
117-
"gabrielelana/byte-units": "^0.5"
118+
"recruiterphp/byte-units": "^0.6"
118119
}
119120
}
120121
```

0 commit comments

Comments
 (0)