From 5b6453f49a441f78610d5909ac0bb244f8d1e3c0 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 22 Aug 2021 18:42:45 -0500 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1488680..afd3ab1 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ require('lualine').setup { } ``` -- **Lightline:** use this to set it up (Note: `catppuccino` is the only valid theme name. It will pick the one set in your config): +- **Lightline:** use this to set it up (Note: `catppuccino` is the only valid colorscheme name. It will pick the one set in your config): ```lua let g:lightline = {'colorscheme': 'catppuccino'}