From bc2f132a3b8efeb7c9bac513d5f620a93c922d79 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 18 May 2024 13:32:38 +0200 Subject: [PATCH] docs: fix sections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b1da2ab..5e8c5ecf 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ neotest-go. I do not aim in any way to diminish their needs or efforts. However, I would like to see if, by building a Go adapter for Neotest from scratch, if I can mitigate the issues I have found with neotest-go. -## ⛑️ Neotest-go issues mitigated in neotest-golang +### Neotest-go issues mitigated in neotest-golang - Test Output in JSON, making it difficult to read: [neotest-go#52](https://github.com/nvim-neotest/neotest-go/issues/52) @@ -57,7 +57,7 @@ scratch, if I can mitigate the issues I have found with neotest-go. - DAP support: [neotest-go#12](https://github.com/nvim-neotest/neotest-go/issues/12) -## 🪲 Upstream/dependency issues found during development +### Upstream/dependency issues found during development - Test output is printed undesirably: [neotest#391](https://github.com/nvim-neotest/neotest/issues/391). This is