diff --git a/README.md b/README.md index 0c81c02..8c55485 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ You can define a custom function as a lualine component local function hello() return [[hello world]] end -sections = {lualine_a = {'hello'}} +sections = {lualine_a = {hello}} ```