diff --git a/doc/docs.md b/doc/docs.md index bcdca5416e..07f5cf8357 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -49,7 +49,7 @@ by using any of the following commands in a terminal: * `v init` → adds necessary files to the current folder to make it a V project * `v new abc` → creates a new project in the new folder `abc`, by default a "hello world" project. -* `v new abcd web` → creates a new project in the new folder `abcd`, using the vweb template. +* `v new --web abcd` → creates a new project in the new folder `abcd`, using the vweb template. ## Table of Contents