Skip to content

Commit 7c3edba

Browse files
authored
docs(rsc): replace degit with create-vite (#846)
1 parent 74af2e6 commit 7c3edba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package provides [React Server Components](https://react.dev/reference/rsc/
1414
You can create a starter project by:
1515

1616
```sh
17-
npx degit vitejs/vite-plugin-react/packages/plugin-rsc/examples/starter my-app
17+
npm create vite@latest -- --template rsc
1818
```
1919

2020
## Examples

0 commit comments

Comments
 (0)