doc: update --web flag (#19991)

This commit is contained in:
xn0px90 2023-11-25 23:39:38 -07:00 committed by GitHub
parent 643589ab88
commit 8da8027a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 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 ## Table of Contents