From 77e2144af4eca7f583ce9e54d8c3ce97eef13ca0 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sun, 3 Nov 2024 11:02:49 +0100 Subject: [PATCH] docs: fix wrong callout type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b42777..43ca53ea 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ Using `gotestsum` offers the following benefits: decoding. Enabling `gotestsum` eliminates these issues, as the test output is then written directly to file. -> [!INFO] +> [!NOTE] > > See > [this issue comment](https://github.com/fredrikaverpil/neotest-golang/issues/193#issuecomment-2362845806)