Skip to content

Commit

Permalink
fix: add missing @master/css-server@beta to installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar-gmerek authored Nov 13, 2023
1 parent 266d951 commit 6c4251f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ProgressiveRenderingIntro from '../../rendering-modes/components/Progress
```bash name=Terminal
npx degit master-co/css/examples/svelte-with-progressive-rendering __my-project__
cd __my-project__
npm install @master/css.svelte@beta
npm install @master/css.svelte@beta @master/css-server@beta
npm install
npm run dev -- --open
```
Expand Down Expand Up @@ -55,7 +55,7 @@ import ProgressiveRenderingIntro from '../../rendering-modes/components/Progress
</StepL>
<StepR>
```install
**@master/css.svelte@beta**
**@master/css.svelte@beta** **@master/css-server@beta**
```
</StepR>
</Step>
Expand Down

0 comments on commit 6c4251f

Please sign in to comment.