diff --git a/Home.md b/Home.md index fbfbdbc..d592a3b 100644 --- a/Home.md +++ b/Home.md @@ -61,7 +61,7 @@ as cooperative multi-tasking and the Python implementation is a library called Either way you probably have some reading to do. Learn `asyncio` or learn how to write reliable code using the magic features. * [Asyncio official docs](http://docs.micropython.org/en/latest/library/asyncio.html). - * [Asyncio unofiicial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md). + * [Asyncio unofficial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md). * [Interrupts official guide](http://docs.micropython.org/en/latest/reference/isr_rules.html) - also applies to timer callbacks. Writing code for threading and multi-core is particularly challenging. There is no