From 6dfa058cffac799853a6599161c2a33cca2c421c Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Sat, 12 Aug 2023 02:24:56 +0100 Subject: [PATCH] Formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a074bcf..4cc842f 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ be updated. As a lualine component: ```lua -require('lualine').setup { +require("lualine").setup({ sections = { lualine_x = { require("action-hints").statusline }, - } -} + }, +}) ```