Mention how to edit tutorials

Close #169.
This commit is contained in:
mrkkrp 2017-01-12 18:06:02 +03:00
parent 21ef36522f
commit 54fd7614ff

View File

@ -206,9 +206,12 @@ Hackage](https://hackage.haskell.org/package/megaparsec) for yourself.
## Tutorials
You can visit [site of the project](https://mrkkrp.github.io/megaparsec/)
which has [several tutorials](https://mrkkrp.github.io/megaparsec/tutorials.html) that
should help you to start with your parsing tasks. The site also has
instructions and tips for Parsec users who decide to switch.
which
has [several tutorials](https://mrkkrp.github.io/megaparsec/tutorials.html)
that should help you to start with your parsing tasks. The site also has
instructions and tips for Parsec users who decide to switch. If you want to
improve an existing tutorial or add your own, open a PR
against [this repo](https://github.com/mrkkrp/megaparsec-site).
## Performance