From a0d6b280468de4ac56486a0e32479cd098fa8db4 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 1 Jan 2021 11:57:20 +0800 Subject: [PATCH] update text about QUIC versions in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d245dc..b1953f80 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ quic-go is an implementation of the [QUIC](https://en.wikipedia.org/wiki/QUIC) p Since quic-go is under active development, there's no guarantee that two builds of different commits are interoperable. The QUIC version used in the *master* branch is just a placeholder, and should not be considered stable. -If you want to use quic-go as a library in other projects, please consider using a [tagged release](https://github.com/lucas-clemente/quic-go/releases). These releases expose [experimental QUIC versions](https://github.com/quicwg/base-drafts/wiki/QUIC-Versions), which are guaranteed to be stable. +When using quic-go as a library, please always use a [tagged release](https://github.com/lucas-clemente/quic-go/releases). Only these releases use the official draft version numbers. ## Guides