Skip to content

Commit

Permalink
fix: missing "=" in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tummetott committed Oct 19, 2023
1 parent f9f30f2 commit 8313d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The `setup()` function takes a `opts` dictionary with user configurations. User
require('reticle').setup {
-- Enable/Disable the cursorline and/or cursorcolumn at startup
-- Default: false for both values
on_startup {
on_startup = {
cursorline = false,
cursorcolumn = false,
},
Expand Down

0 comments on commit 8313d12

Please sign in to comment.