From cfab8bd586ecc59eeb3cd1ecd698171c532fe1d2 Mon Sep 17 00:00:00 2001 From: Akmal <72781956+Wikidepia@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:00:28 +0700 Subject: [PATCH] docs: Fix URL typo when installing builddict (#980) --- dict/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dict/README.md b/dict/README.md index e4784fb684..6f847900d4 100644 --- a/dict/README.md +++ b/dict/README.md @@ -26,7 +26,7 @@ The commandline tool can do this truncation for you. To install the command line tool run: ``` -$ go install github.com/klaupost/compress/dict/cmd/builddict@latest +$ go install github.com/klauspost/compress/dict/cmd/builddict@latest ``` Collect the samples in a directory, for example `samples/`.