Skip to content

Commit

Permalink
Merge pull request #9 from harsh-m-patil/fix-readme-code
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jul 4, 2024
2 parents 5f43d23 + 6f09221 commit 402886e
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 402886e

Please sign in to comment.