Update README.md

This commit is contained in:
Harrison (Harry) Cramer
2023-08-15 12:03:16 -04:00
committed by GitHub
parent 146d7d3936
commit 4f1a0f9c57

View File

@@ -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 `<leader>s` while the comment popup is open:
```lua
require("gitlab").comment()
require("gitlab").create_comment()
```
### Discussions