diff --git a/README.md b/README.md index e41179d1e..1d8ab749d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ defineNuxtConfig({ 1. Clone this repository 2. Install dependencies using `pnpm install --frozen-lockfile` 3. Run `pnpm run prepare` to generate type stubs. -4. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode. +4. Use `pnpm run dev` to start [default starter](./.starters/default). You can edit the module because pnpm workspace links it with the default starter. +5. Do not commit any change in `.starters/default` since its your playground. ## License 📎