Skip to content

Commit cba167e

Browse files
committed
Add link to Backblaze.
1 parent 9b2e952 commit cba167e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# JavaReedSolomon
22

3-
This is a simple and efficient Reed-Solomon implementation in Java, which
4-
was originally built at Backblaze. There is an overview of how the
5-
algorithm works in my [blog post](https://www.backblaze.com/blog/reed-solomon/).
3+
This is a simple and efficient Reed-Solomon implementation in Java,
4+
which was originally built at [Backblaze](https://www.backblaze.com).
5+
There is an overview of how the algorithm works in my [blog
6+
post](https://www.backblaze.com/blog/reed-solomon/).
67

78
The ReedSolomon class does the encoding and decoding, and is supported
89
by Matrix, which does matrix arithmetic, and Galois, which is a finite

0 commit comments

Comments
 (0)