Skip to content

Commit c7b27a2

Browse files
committed
Update readme
1 parent 2e69270 commit c7b27a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $size->add('2G')
5454
->multiply(4)
5555
->divide(2);
5656

57-
echo $size->asAuto(); // 10.00 GB
57+
echo $size->asAuto(); // '10.00 GB'
5858
```
5959

6060
### Details

0 commit comments

Comments
 (0)