diff --git a/README.md b/README.md index d6ec916..8bb900b 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ You can easily use the color palette for other plugins inside your Neovim config ```lua local colors = require("tokyonight.colors").setup({}) -- pass in any of the config options as explained above -local utils = require("tokyonight.util") +local util = require("tokyonight.util") aplugin.background = colors.bg_dark aplugin.my_error = util.brighten(colors.red1, 0.3)