From 29d295bc34f545b1692fc2ee783d0b2c9bb14df3 Mon Sep 17 00:00:00 2001 From: keeratita Date: Thu, 8 Mar 2018 22:10:47 +0700 Subject: [PATCH] Invalid example change from `vue create my-project` to `vue init my-project` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9734e322a6..656e760c2f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install -g @vue/cli # or yarn global add @vue/cli -vue create my-project +vue init my-project ``` For a detailed guide with recipes for common tasks, detailed usage for each plugin, please see the [full documentation](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md).