Skip to content

Commit f081cd0

Browse files
committed
docs!: Recommend v3 to new users.
Marking this commit as a breaking change because I forgot to for the most recent one.
1 parent ded28a6 commit f081cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install this plugin using your favorite plugin manager, and then call
4343
```lua
4444
{
4545
"kylechui/nvim-surround",
46-
version = "*", -- Use for stability; omit to use `main` branch for the latest features
46+
version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features
4747
event = "VeryLazy",
4848
config = function()
4949
require("nvim-surround").setup({

0 commit comments

Comments
 (0)