From f8509ef0caa58da61acccefef8b6d3fb4be35d49 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:50:03 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e465c86..0f05221 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,13 @@ require("gitlab").setup({ ## Usage -First, check out the branch that you want to review locally. Then open Neovim and the reviewer will be initialized. The `project_id` you specify in your configuration file must match the project_id of the Gitlab project your terminal is inside of. The `summary` command will pull down the MR description into a buffer so that you can read it: +First, check out the branch that you want to review locally. + +``` +git checkout feature-branch +``` + +Then open Neovim and the reviewer will be initialized. The `project_id` you specify in your configuration file must match the project_id of the Gitlab project your terminal is inside of. The `summary` command will pull down the MR description into a buffer so that you can read it: ```lua require("gitlab").summary()