diff --git a/examples/vue/nuxt3/README.md b/examples/vue/nuxt3/README.md index 10d8adde246..737e82779fc 100644 --- a/examples/vue/nuxt3/README.md +++ b/examples/vue/nuxt3/README.md @@ -1,13 +1,13 @@ # Nuxt 3 Minimal Starter -We recommend to look at the [documentation](https://v3.nuxtjs.org). +We recommend looking at the [documentation](https://nuxt.com/docs/3.x/getting-started/introduction). ## Setup Make sure to install the dependencies ```bash -yarn install +pnpm install ``` ## Development @@ -15,7 +15,7 @@ yarn install Start the development server on http://localhost:3000 ```bash -yarn dev +pnpm dev ``` ## Production @@ -23,7 +23,7 @@ yarn dev Build the application for production: ```bash -yarn build +pnpm build ``` -Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment). +Check out the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment).