From 37c106eb94b4caf11933401e5486891e503bc417 Mon Sep 17 00:00:00 2001 From: Jason Hansen Date: Tue, 14 Jan 2025 18:19:05 -0700 Subject: [PATCH] docs(readme): fix example in README (#213) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 903a6b81..5e12e756 100644 --- a/README.md +++ b/README.md @@ -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 })