We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0788479 commit b6e8ef7Copy full SHA for b6e8ef7
1 file changed
README.md
@@ -1,4 +1,5 @@
1
-## Byte Units [](https://travis-ci.org/gabrielelana/byte-units)
+[](https://github.com/recruiterphp/byte-units/actions/workflows/ci.yml)
2
+
3
This is a utility component for parsing, formatting, converting and manipulating byte units in various formats.
4
5
## Usage
@@ -114,7 +115,7 @@ echo ByteUnits\Binary::kilobytes(1)->remove('1KiB')->format(); // outputs 24B
114
115
```json
116
{
117
"require": {
- "gabrielelana/byte-units": "^0.5"
118
+ "recruiterphp/byte-units": "^0.6"
119
}
120
121
```
0 commit comments