Skip to content

Commit 650c2df

Browse files
committed
v1.0.0
1 parent d60ae3b commit 650c2df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Install the plugin with your favorite package manager. See the [Configuration](#
3939

4040
```lua
4141
{
42-
'azorng/goose.nvim',
43-
branch = 'main',
42+
"azorng/goose.nvim",
43+
version = "*",
4444
config = function()
45-
require('goose').setup({})
45+
require("goose").setup({})
4646
end,
4747
dependencies = {
4848
"nvim-lua/plenary.nvim",

0 commit comments

Comments
 (0)