diff --git a/src/docs/installation.mdx b/src/docs/installation.mdx index 3a77c8e..503a4af 100644 --- a/src/docs/installation.mdx +++ b/src/docs/installation.mdx @@ -30,7 +30,7 @@ import {Code} from "@/components/LoadedCode"; {`{\n "compilerOptions": {\n "paths": {\n "@pswui-lib": [""]\n }\n }\n}`} - 3. Grab the library file from [here](https://raw.githubusercontent.com/pswui/ui/main/packages/react/lib.tsx) and put it in the library file path in the tsconfig. + 3. Grab the library files from [here](https://github.com/pswui/ui/tree/main/packages/react/lib) and put it in the library file path in the tsconfig. 4. Now you can copy & paste your component in your project.