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 ``` diff --git a/package.json b/package.json index 4d4a3d7..bf252c8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./unstyled/*.svelte": { "types": "./src/unstyled/*.svelte.d.ts", - "import": "./src/*.svelte" + "import": "./src/unstyled/*.svelte" } }, "scripts": {