From 876cfa60ba239846ae2e6ea172a12d28195ca5b1 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 12 Jun 2024 19:23:49 -0700 Subject: [PATCH] docs: update `unstyled` imports --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 602e72b..a355a2b 100644 --- a/README.md +++ b/README.md @@ -314,12 +314,12 @@ This component is minimally styled; override the default styles by targeting the ### Unstyled components -Use the unstyled components located in the `svelte/src/unstyled` folder if you prefer to style the components from scratch. +Use the unstyled components located in the `svelte-pincode/unstyled` folder if you prefer to style the components from scratch. ```html ```