From 26a133be440ee80fc19e6f3cd30415f6254d347f Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:33:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf9a3b..5a6e3b9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/ab5a8597-32fa-4a28 2. Add configuration (see Installation section) 3. Checkout your feature branch: `git checkout feature-branch` 4. Open Neovim -5. Run `:lua require("gitlab").review()` to open the reviewer pane, or `:lua require("gitlab").summary()` to read the MR description and get started. +5. Run `:lua require("gitlab").review()` to open the reviewer pane ## Installation