docs: Windows port README should include `make submodule` as a build step
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues and didn't find any that matched.
Documentation URL
https://github.com/micropython/micropython/blob/master/ports/windows/README.md
Description
The build steps for the Windows port are missing make submodule. Build errors occur because micropython-lib (specifically the ssl module) isn't found if that command isn't executed.
docs: Fix typos in README.md
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues and didn't find any that matched.
Documentation URL
https://github.com/micropython/micropython/blob/master/README.md
Description
I have found a few typos in the README.md. Following is an example,
Select ports have support for
_threadmodule (multithreading),socketandsslfor networking, andasyncio. Note that only a subset of Python 3 functionality is implemented for the data types and modules.
Here, Select should be changed to Selected.
I would like to work on these typos and make a contribution to MicroPython.