diff --git a/Readme.md b/Readme.md index 788b882..8e995da 100644 --- a/Readme.md +++ b/Readme.md @@ -29,11 +29,13 @@ To use SigPro UI, your project must include: SigPro UI is built as an extension of the SigPro reactivity system. You need to install the core library first. ### Step 1: Install SigPro Core -´´´Bash + +```Bash bun add sigpro # or npm install sigpro ``` + ### Step 2: Install SigPro UI ```Bash @@ -43,6 +45,7 @@ npm install sigpro-ui ``` ### Via CDN (Browser) + ```html @@ -54,7 +57,7 @@ SigPro UI components rely on **Tailwind CSS** and **daisyUI** for styling. You d Create or edit your global CSS file (e.g., style.css): -´´´CSS +```css /* src/style.css */ @import "tailwindcss"; @plugin "daisyui";