From 94bafef92674e8728d71651d078056f75ca716c9 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sat, 13 Sep 2025 17:05:10 +0900 Subject: [PATCH] docs(rsc): replace degit with create-vite --- packages/plugin-rsc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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