Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-burgin authored Dec 1, 2021
1 parent 14d45f5 commit ed5cff4
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 = 60 * 1000, -- default
hour = 17, -- default
ms = 60 * 1000, -- default, how long between each check
hour = 17, -- default, at which hour the dark theme is enabled
})
```

0 comments on commit ed5cff4

Please sign in to comment.