From 4f1a0f9c57d8d8051ccc322136a725eb395a657a Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:03:16 -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 ba388d4..f5f88df 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ require("gitlab").revoke() The `comment` command will open up a NUI popover that will allow you to create a Gitlab comment on the current line. To send the comment, use `s` while the comment popup is open: ```lua -require("gitlab").comment() +require("gitlab").create_comment() ``` ### Discussions