From 698350998b668fa017fea66059aff51bfea06a47 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 15 Jun 2024 04:25:14 +0900 Subject: [PATCH] docs: change manual installation follow to directory library --- src/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.