From 73c9ba026adeee67022bacab96010bacf47c7564 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 16:25:12 -0500 Subject: [PATCH] fix: moved updated doc to the right place --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c2f96a..36aabfd 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,8 @@ catppuccino.setup( ) EOF ``` +
+ After setting things up, you can load Catppuccino like so: @@ -299,9 +301,6 @@ 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`). -
- - For instructions on how to configure the plugin, check out the [configuration](#configuration) section. ## Updating