Updated README.md

added link back to the article: https://www.baeldung.com/java-human-readable-byte-size
This commit is contained in:
Asjad J 2022-04-13 05:57:21 +05:00 committed by GitHub
parent a8fca31d66
commit 789dc0d8fc
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@
- [Determine if an Integers Square Root Is an Integer in Java](https://www.baeldung.com/java-find-if-square-root-is-integer)
- [Guide to Java BigInteger](https://www.baeldung.com/java-biginteger)
- [Automorphic Numbers in Java](https://www.baeldung.com/java-automorphic-numbers)
- [Convert Byte Size Into a Human-Readable Format in Java](https://www.baeldung.com/java-human-readable-byte-size)