Skip to content

Commit d0aab59

Browse files
committed
Update readme
1 parent f13cfa4 commit d0aab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ as well as **immutable** and **mutable** access, so the caller may decide to fav
77
performance. This can be seen as combination of the features provided by
88
[`BigInteger`](https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html),
99
[`ByteBuffer`](https://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html) but
10-
providing a lot of additional features. The main goal is to minimize the need
10+
providing a lot of additional features (similar to Okio's [ByteString](https://github.com/square/okio)). The main goal is to minimize the need
1111
to blindly paste code snippets from
1212
[s](https://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java)
1313
[t](https://stackoverflow.com/questions/12893758/how-to-reverse-the-byte-array-in-java)

0 commit comments

Comments
 (0)