Skip to content

Commit

Permalink
vweb: fix quickstart docs in the module's README.md on how to create …
Browse files Browse the repository at this point in the history
…a new vweb project (vlang#20644)
  • Loading branch information
gtramontina authored Jan 24, 2024
1 parent 900ec70 commit d750d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/vweb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [gitly](https://gitly.org/) site is based on vweb.
**_Some features may not be complete, and have some bugs._**

## Quick Start
Just run **`v new <name> web`** in your terminal.
Just run **`v new --web <name>`** in your terminal.

Run your vweb app with a live reload via `v -d vweb_livereload watch run .`

Expand Down

0 comments on commit d750d1f

Please sign in to comment.