From 12668da0f792df9e0b0a81e4cb2665aa25d2b2bd Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 9 May 2024 00:18:31 +0100 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79514b1..ecab212 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A small Neovim wrapper around the GitHub CLI `gh browse` tool to enable fast sha The plugin defines commands that wrap the functionality of zoxide: - `:GithubBrowseRepo`: Opens the current GitHub repository in your default web browser. -- `:GithubBrowseToLink`: Opens the current GitHub repository in your default web browser. +- `:GithubBrowseToLine`: Opens the current GitHub repository in your default web browser. ## Demo