diff --git a/docs/guide/plugins-and-presets.md b/docs/guide/plugins-and-presets.md index 2dccc27e41..de4e3e44ca 100644 --- a/docs/guide/plugins-and-presets.md +++ b/docs/guide/plugins-and-presets.md @@ -209,5 +209,5 @@ When developing a remote preset, it can be tedious to have to repeatedly push th vue create --preset ./my-preset my-project # or directly use a json file in cwd: -vue create --preset my-preset.json +vue create --preset my-preset.json my-project ```