Fix link in README (#237)

The Text.Megaparsec.Byte link was pointing to Text.Megaparsec.Char
This commit is contained in:
Patrick Herrmann 2017-07-27 19:28:52 -07:00 committed by Mark Karpov
parent ed9a82305b
commit adc363dcd6

View File

@ -143,7 +143,7 @@ The functions can be divided into several categories:
### Binary parsing
Similarly, there is
[`Text.Megaparsec.Byte`](https://hackage.haskell.org/package/megaparsec/docs/Text-Megaparsec-Char.html) module
[`Text.Megaparsec.Byte`](https://hackage.haskell.org/package/megaparsec/docs/Text-Megaparsec-Byte.html) module
for parsing streams of bytes.
### Permutation parsing