update readme, add note for folks looking for Python 3 and/or AMQP 1.0 support to use Proton
diff --git a/README.md b/README.md
index d8e71c5..dd8442d 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,15 @@
 # Qpid Python
 
-This distribution contains a Python client implementation and AMQP
-conformance tests for Apache Qpid.
-
-You can read more about Qpid here:
-
-> <http://qpid.apache.org>
+This distribution contains a Python 2 AMQP 0-x client implementation and AMQP
+conformance tests for [Apache Qpid](https://qpid.apache.org/).
 
 Documentation can be found here:
 
 > <http://qpid.apache.org/documentation.html>
 
+
+**NOTE**: For Python 3 and AMQP 1.0 support, look instead to [Qpid Proton](http://qpid.apache.org/proton).
+
 ## Getting started
 
 1. Make sure the Qpid Python client libraries are on your PYTHONPATH.