From 1ae502ed6e7b65be99cb6095bf7968b24faee852 Mon Sep 17 00:00:00 2001 From: FunctionSir Date: Sun, 26 Apr 2026 11:36:09 +0800 Subject: [PATCH] Fix URL to examples URL to example before pointed to a file that currently not exists. Signed-off-by: FunctionSir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97259092f59..8907806f916 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ will prepare ClientHello with empty uconn.Extensions so you can fill it with TLS # Usage ## Examples -Find basic examples [here](examples/examples.go). +Find basic examples [here](examples). Here's a more [advanced example](https://github.com/sergeyfrolov/gotapdance/blob//9a777f35a04b0c4c5dacd30bca0e9224eb737b5e/tapdance/conn_raw.go#L275-L292) showing how to generate randomized ClientHello, modify generated ciphersuites a bit, and proceed with the handshake. ### Migrating from "crypto/tls" Here's how default "crypto/tls" is typically used: