Skip to content

Commit

Permalink
Fixed installation code snippet in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-m-patil committed Jul 4, 2024
1 parent 5f43d23 commit 6f09221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
config = function()
require('freeze').setup({
command = "freeze",
output = function
output = function()
return "./" .. os.date("%Y-%m-%d") .. "_freeze.png"
end
end,
theme = "catppuccin-mocha",
})
end
Expand Down

0 comments on commit 6f09221

Please sign in to comment.