From f8967536f9f3d7ccbc294b3778caa89179c3503e Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 00:27:57 +0700 Subject: [PATCH] chore(command): Update features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca22ff3..7f48b05 100644 --- a/README.md +++ b/README.md @@ -313,8 +313,8 @@ By default catppuccin writes the compiled results into the system's cache direct Catppuccin provides these commands to work with the catppuccin compiler. ```vim -:CatppuccinCompile # Create/update the compile files -:CatppuccinClean # Delete compiled files +:CatppuccinCompile # Create/update the compile file +:CatppuccinClean # Delete compiled file ``` It's recommended to add `:CatppuccinCompile` to run everytime you update your config. For example: