From ad858d7682d00a7e31df979a052a9b0f79628bed Mon Sep 17 00:00:00 2001 From: "Goryudyuma(Kei.Matsumoto)" <6211370+Goryudyuma@users.noreply.github.com> Date: Sun, 26 Mar 2023 04:22:02 +0900 Subject: [PATCH] docs: fix typo in example (#36) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fff56b..361ef38 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To enable the linter, add the following lines to `.golangci.yml`: ```yaml linters: enable: - - mustttag + - musttag ``` If you'd rather prefer to use `musttag` standalone, you can install it via `brew`...