docs(readme): update playground command (#4055)

This commit is contained in:
Cody Bontecou 2022-04-03 23:47:02 -07:00 committed by GitHub
parent e5e8985cd1
commit 89055f80ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Welcome to Nuxt 3 repository ✨
- Ensure you have the latest LTS version of Node.js installed - Ensure you have the latest LTS version of Node.js installed
- Install dependencies with `npx yarn install` - Install dependencies with `npx yarn install`
- Run `npx yarn stub` to activate passive development - Run `npx yarn stub` to activate passive development
- Open playground with `npx yarn play` - Open playground with `npx yarn dev`
Learn more about in our documentation on [how to contribute to Nuxt](https://v3.nuxtjs.org/community/contribution). Learn more about in our documentation on [how to contribute to Nuxt](https://v3.nuxtjs.org/community/contribution).