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.