From f6fb61607c93b632ca0b8d568a25d723c0ab7097 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:25:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 591cf82..0cb44e1 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,8 @@ The `summary` action will pull down the MR description into a buffer so that you require("gitlab").summary() ``` +The upper part of the popup contains the title, which can also be edited and sent via the perform action keybinding in the same manner. + ### Reviewing Diffs The `review` action will open a diff of the changes. You can leave comments using the `create_comment` action.