Skip to content

Commit

Permalink
doc: update --web flag (#19991)
Browse files Browse the repository at this point in the history
  • Loading branch information
xn0px90 committed Nov 26, 2023
1 parent 643589a commit 8da8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Expand Up @@ -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

Expand Down

0 comments on commit 8da8027

Please sign in to comment.