diff --git a/README.md b/README.md
index afe0539..0cf8e22 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,10 @@ return {
   {
     "nvim-neotest/neotest",
     dependencies = {
+      "nvim-neotest/nvim-nio",
       "nvim-lua/plenary.nvim",
-      "nvim-treesitter/nvim-treesitter",
       "antoinemadec/FixCursorHold.nvim",
+      "nvim-treesitter/nvim-treesitter",
       "fredrikaverpil/neotest-golang", -- Installation
     },
     config = function()
@@ -175,6 +176,7 @@ return {
     "nvim-neotest/neotest",
     event = "VeryLazy",
     dependencies = {
+      "nvim-neotest/nvim-nio",
       "nvim-lua/plenary.nvim",
       "antoinemadec/FixCursorHold.nvim",
       "nvim-treesitter/nvim-treesitter",
@@ -182,8 +184,6 @@ return {
       "nvim-neotest/neotest-plenary",
       "nvim-neotest/neotest-vim-test",
 
-      "nvim-neotest/nvim-nio",
-
       {
         "fredrikaverpil/neotest-golang",
         dependencies = {