Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 11, 2024
1 parent 621c4ac commit 526d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ require('cord').setup({
usercmds = true, -- Enable user commands
timer = {
enable = true, -- Enable automatically updating presence
interval = 1500, -- Timer's update interval in milliseconds (min 500)
interval = 1500, -- Interval between presence updates in milliseconds (min 500)
reset_on_idle = false, -- Reset start timestamp on idle
reset_on_change = false, -- Reset start timestamp on presence change
},
Expand Down

0 comments on commit 526d928

Please sign in to comment.