From c51e97319474618daeb7007000880b6b82a46a48 Mon Sep 17 00:00:00 2001 From: rubyowo Date: Tue, 7 Feb 2023 18:25:57 +0400 Subject: [PATCH] docs: update unpkg url to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be94b7..9980f6b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Import the palettes: /* directly from the file */ @import "@catppuccin/palette/style"; /* or using unpkg.com */ -@import url('https://unpkg.com/@catppuccin/palette@0.1.4/css/catppuccin.css'); +@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css'); ``` Then use them: