From ddeea68616630030dc95ab5c22db6cdfcf6b7265 Mon Sep 17 00:00:00 2001 From: V13Axel Date: Mon, 5 Feb 2024 17:05:31 -0500 Subject: [PATCH] Update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 56ee343..2a97e05 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # neotest-pest -[![Tests](https://github.com/theutz/neotest-pest/actions/workflows/ci.yml/badge.svg)](https://github.com/theutz/neotest-pest/actions/workflows/ci.yml) - This plugin provides a [Pest](https://pestphp.com) adapter for the [Neotest](https://github.com/nvim-neotest/neotest) framework. :warning: _This plugin is still in the early stages of development. Please test against your Pest tests_ :warning: @@ -15,7 +13,7 @@ use({ 'nvim-neotest/neotest', requires = { ..., - 'theutz/neotest-pest', + 'V13Axel/neotest-pest', }, config = function() require('neotest').setup({