From d18e7c16e7a315a5e955ac056a78435c48f92aad Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 9 Nov 2024 12:09:19 -0500 Subject: [PATCH] Update README, Vue no longer required --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 83ad4e5..d7160da 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ To install Zorn for your Astro project, run the following: npm install @minpluto/zorn --registry https://npm.sudovanilla.org ``` -Zorn uses icons from Iconoir using their Vue package, you'll need to integrate Astro's Vue package if you want to use the custom controls. - -Learn how: https://docs.astro.build/en/guides/integrations-guide/vue/#manual-install - ## Examples **Basic Usage**