Skip to content

Commit

Permalink
docs(default-config): remove -rev from example in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 29, 2023
1 parent afee345 commit da0a395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ constants.DEFAULT_CONFIG = string.format(
# Here is a small yet pretty detailed example on how to use it:
#
# [plugins]
# nvim-treesitter = "semver_version-rev" # e.g. "1.0.0-0"
# nvim-treesitter = "semver_version" # e.g. "1.0.0"
# List of non-Neovim rocks.
# This includes things like `toml` or other lua packages.
Expand Down

0 comments on commit da0a395

Please sign in to comment.