Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burgin committed Sep 14, 2021
1 parent fbd7ead commit 14d45f5
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 @@ -14,7 +14,7 @@ require("background_nvim").setup()
### Advanced
```lua
require("background_nvim").setup({
ms = 60000, -- default
hour = 17 -- default
ms = 60 * 1000, -- default
hour = 17, -- default
})
```

0 comments on commit 14d45f5

Please sign in to comment.