From 8501bfe8cb8ddd22b4efbfc4f50f25f57c09c13d Mon Sep 17 00:00:00 2001 From: mpaulson Date: Thu, 30 Nov 2023 16:19:19 -0700 Subject: [PATCH] fix: nice branch name jerk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b835a15..62831f9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ to go to the files you want. use "nvim-lua/plenary.nvim" -- don't forget to add this one if you don't have it yet! use { "ThePrimeagen/harpoon", - branch = "0.1.x", + branch = "harpoon2", requires = { {"nvim-lua/plenary.nvim"} } } ```