README: add section on projects and entities using quiche
diff --git a/README.md b/README.md
index d73ae62..99e2908 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,32 @@
 experimentation.
 
 For more information on how quiche came about and some insights into its design
-you can read a [post] on Cloudflare's (where this library is used in production)
-blog that goes into some more detail.
+you can read a [post] on Cloudflare's blog that goes into some more detail.
 
 [quiche]: https://docs.quic.tech/quiche/
 [ietf]: https://quicwg.org/
 [post]: https://blog.cloudflare.com/enjoy-a-slice-of-quic-and-rust/
 
+Who uses quiche?
+----------------
+
+### Cloudflare
+
+quiche powers Cloudflare edge network's [HTTP/3 support][cloudflare-http3].
+
+### curl
+
+quiche can be [integrated into curl][curl-http3] to provide support for HTTP/3.
+
+### NGINX (unofficial)
+
+quiche can be [integrated into NGINX][nginx-http3] using an unofficial patch to
+provide support for HTTP/3.
+
+[cloudflare-http3]: https://blog.cloudflare.com/http3-the-past-present-and-future/
+[curl-http3]: https://github.com/curl/curl/blob/master/docs/HTTP3.md#quiche-version
+[nginx-http3]: https://github.com/cloudflare/quiche/tree/master/extras/nginx
+
 Getting Started
 ---------------