From 479761b30fced624f0d8cd983bcfa1fe1927bb12 Mon Sep 17 00:00:00 2001 From: Ilia Sevostianov <1166655+i-sevostyanov@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:07:01 +0400 Subject: [PATCH] chore: fix typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 189283ca9c..977f4425a0 100644 --- a/README.md +++ b/README.md @@ -2787,7 +2787,7 @@ const ( type ClientTypeWithExtension string ``` -You can see this in more detail in [the example code](examples/extensions/xenumvarnames/). +You can see this in more detail in [the example code](examples/extensions/xenumnames/).