From 411a64eb947f930f33478e951c2a6c3bbc26e745 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:17:57 +0200 Subject: [PATCH] docs(readme): fix typo (#573) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df07ef8..d6272f37 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ local macchiato = require("catppuccin.palettes").get_palette "macchiato" local mocha = require("catppuccin.palettes").get_palette "mocha" ``` -Will returns a table where the key is the name of the color and the value is its hex value corresponding to each flavour. +Returns a table where the key is the name of the color and the value is its hex value corresponding to each flavour. ## Overwriting colors @@ -400,7 +400,7 @@ coc_nvim = false
Special -Setting `enabled` to `true` enables this integration. +Setting `enabled` to `true` enables this integration. ```lua coc_nvim = true,