diff --git a/README.md b/README.md index 95e9b64..f8d5356 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ use { config = function() require('neogen').setup {} end, - requires = "nvim-treesitter/nvim-treesitter" + requires = "nvim-treesitter/nvim-treesitter", + -- Uncomment next line if you want to follow only stable versions + -- tag = "*" } ```