From 5076662f503e5de0eb1722db0bc9229a4fb781ca Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Tue, 21 Dec 2021 08:54:41 -0500 Subject: [PATCH] simplified api doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd0618..b1b6c1f 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ local cp_api = require("catppuccin.api.") cp_api.get_colors() ``` -> Gets the colors. Returns a table where the key is the name of the color and the value is its hex value. +> Returns a table where the key is the name of the color and the value is its hex value. ### Configuration