From d854a4afc3bd0885ee8a515749a26e9686a05414 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 16:26:32 -0500 Subject: [PATCH] chore: diction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36aabfd..25a6560 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ For VimScript: ```lua colorscheme catppuccino ``` -Passing `catppuccino` to the `colorscheme` command will pick the colorscheme in the config. Optionally you may pass the one you want to use by its code name (e.g. `colorscheme neon_latte`). +Passing `catppuccino` to the `colorscheme` command will pick the colorscheme in the config. Optionally, you could pass one by its code name (e.g. `colorscheme neon_latte`). For instructions on how to configure the plugin, check out the [configuration](#configuration) section.