diff --git a/packages/plugin-rsc/README.md b/packages/plugin-rsc/README.md index 76575fe9..5b1060b2 100644 --- a/packages/plugin-rsc/README.md +++ b/packages/plugin-rsc/README.md @@ -14,7 +14,7 @@ This package provides [React Server Components](https://react.dev/reference/rsc/ You can create a starter project by: ```sh -npx degit vitejs/vite-plugin-react/packages/plugin-rsc/examples/starter my-app +npm create vite@latest -- --template rsc ``` ## Examples