diff --git a/README.md b/README.md index c26e3ff..5baa9f9 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ be easier to understand: >

-The extra $x^{|P|} multiplications represent shifting the message to make -space for the CRC, and gives us what's called a +The extra $x^{|P|}$ multiplications represent shifting the message to +make space for the CRC, and gives us what's called a ["systematic code"][systematic-code]. Alternatively we could actually multiply the message with our polynomial to get valid codewords, but that would just make interacting with the message more annoying without much