From 89055f80ee2e8f3cbbb067425e6a99f24c9d79ef Mon Sep 17 00:00:00 2001 From: Cody Bontecou Date: Sun, 3 Apr 2022 23:47:02 -0700 Subject: [PATCH] docs(readme): update playground command (#4055) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d703bee028..37c9ac763f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Welcome to Nuxt 3 repository ✨ - Ensure you have the latest LTS version of Node.js installed - Install dependencies with `npx yarn install` - 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).