Skip to content

Commit

Permalink
small fix on the usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Aug 21, 2023
1 parent 666a20f commit 2fbbdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo HumanReadableFileSize::getHumanSize(filesize('a-file.pdf'));
echo HumanReadableFileSize::getHumanSize(filesize('a-file.pdf'), 1);
// outputs 2.9MB

echo HumanReadableFileSize::getHumanSize(filesize('a-file.pdf'));
echo HumanReadableFileSize::getHumanSize(filesize('a-file.pdf'), 0);
// outputs 3MB
```

Expand Down

0 comments on commit 2fbbdc9

Please sign in to comment.