Fix README.md typo

This commit is contained in:
Scott Kitterman
2024-06-23 18:04:06 -04:00
parent f29f2ba3a7
commit 31ed6e9055
+2 -2
View File
@@ -24,8 +24,8 @@ extras_requires feature 'ARC' will add the extra dependencies needed for ARC.
Similarly, extras_requires feature 'asyncio' will add the extra dependencies Similarly, extras_requires feature 'asyncio' will add the extra dependencies
needed for asyncio. needed for asyncio.
- Python 3.x >= 3.5. Recent versions have not been on python3 < 3.4, but - Python 3.x >= 3.5. Recent versions have not been tested on python3 < 3.4,
may still work on earlier python3 versions. but may still work on earlier python3 versions.
- dnspython or py3dns. dnspython is preferred if both are present and - dnspython or py3dns. dnspython is preferred if both are present and
installed to satisfy the DNS module requirement if neither are installed. installed to satisfy the DNS module requirement if neither are installed.
- authres. Needed for ARC. - authres. Needed for ARC.