]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
move note part to a better place
authorBob Halley <halley@dnspython.org>
Mon, 22 Jun 2020 23:18:01 +0000 (16:18 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 22 Jun 2020 23:18:09 +0000 (16:18 -0700)
README.md

index 0de8e95bee75e3f4b851c07dd5d930d8dfa9edf3..c59c82b289d87dcfc39e974b7d6722a4037fa019 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,15 +53,15 @@ If you want to use internationalized domain names (IDNA)
 functionality, you must run
 `pip install dnspython[idna]`
 
-Note that you can install any combination of the above, e.g.:
-`pip install dnspython[doh,dnssec,idna]`
-
 If you want to use the Trio asynchronous I/O package, you must run
 `pip install dnspython[trio]`.
 
 If you want to use the Curio asynchronous I/O package, you must run
 `pip install dnspython[curio]`.
 
+Note that you can install any combination of the above, e.g.:
+`pip install dnspython[doh,dnssec,idna]`
+
 ### Notices
 
 Python 2.x support ended with the release of 1.16.0.  dnspython 2.0.0 and