From e2bc5b12e939c1049d0b9dc3be57e483bc47840f Mon Sep 17 00:00:00 2001 From: Gaukas Wang Date: Wed, 3 Apr 2024 15:10:03 -0600 Subject: [PATCH] fix: typo in README.md Typo fix: Minimal -> Minimum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56396ee6..0309ef90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by "crypto/tls", this library merely changes ClientHello part of it and provides low-level access. -**Minimal Go Version**: Go 1.21 +**Minimum Go Version**: Go 1.21 If you have any questions, bug reports or contributions, you are welcome to publish those on GitHub. If you want to do so in private, ~~you can contact one of developers personally via sergey.frolov@colorado.edu~~.