From 8da8027a6869e21aba43909d802f46b4eeec3ea1 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sat, 25 Nov 2023 23:39:38 -0700 Subject: [PATCH] doc: update --web flag (#19991) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index bcdca5416e0bdc..07f5cf835712d2 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