Update README.md
diff --git a/README.md b/README.md
index 672e9e7..5bb0e3a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
   * RFC 8879 (certificate compression)
   * Encrypted Client Hello ([wg-draft-15](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/))
 
-Primary goal of the project is to create a fast, tiny, low-latency TLS 1.3 implementation that can be used with the HTTP/2 protocol stack and the upcoming QUIC stack of the [H2O HTTP/2 server](https://h2o.examp1e.net).
+picotls is designed to be fast, tiny, and low-latency, with the primary user being the [H2O HTTP/2 server](https://h2o.examp1e.net) for serving HTTP/1, HTTP/2, and HTTP/3 over QUIC.
 
 The TLS protocol implementation of picotls is licensed under the MIT license.