Skip to content

Commit

Permalink
docs(readme): fix example in README (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhansen authored Jan 15, 2025
1 parent 02d7245 commit 37c106e
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 @@ -1488,8 +1488,8 @@ should be self-explanatory:

```lua
local dropbar = require('dropbar')
local sources = require('dropbar.source')
local utils = require('dropbar.sources')
local sources = require('dropbar.sources')
local utils = require('dropbar.utils')

vim.api.nvim_set_hl(0, 'DropBarFileName', { fg = '#FFFFFF', italic = true })

Expand Down

0 comments on commit 37c106e

Please sign in to comment.