From b1d0f356bdc96c398f2f05cacb8cdfd07194ea70 Mon Sep 17 00:00:00 2001 From: Yashank <37672190+stickyburn@users.noreply.github.com> Date: Wed, 12 Jun 2024 02:47:34 +0530 Subject: [PATCH] chore: update module import name Aligns the module name in docs --- vlib/veb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/veb/README.md b/vlib/veb/README.md index c6e8059dc93a40..d7ea7d1f1a3a12 100644 --- a/vlib/veb/README.md +++ b/vlib/veb/README.md @@ -27,7 +27,7 @@ Use the `-prod` flag when building for production. ## Getting Started -To start, you must import the module `x.veb` and define a structure which will +To start, you must import the module `veb` and define a structure which will represent your app and a structure which will represent the context of a request. These structures must be declared with the `pub` keyword.