byrnereese / linkchecker-mkdocs

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
9 stars 4 forks source link

Fix typo in README #8

Open YDX-2147483647 opened 1 year ago

YDX-2147483647 commented 1 year ago

mkdocs-linkcheck is not a valid module name in Python. The - (a minus sign) should be _ (underscore).

Note: pip install mkdocs-linkcheck (minus) doesn't have to be changed.