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.