Skip to content

Commit b58a7a5

Browse files
authored
Merge pull request abpframework#3750 from cnAbp/docs
Replaced mvc with {{UI_Value}} in tutorials Part-1 documentation
2 parents a7a66fb + 7d7669a commit b58a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/Tutorials/Part-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create a new project named `Acme.BookStore` where `Acme` is the company name and
3838

3939
#### Create the project
4040

41-
By running the below command, it creates a new ABP project with the database provider `{{DB_Text}}` and UI option `MVC`. To see the other CLI options, check out [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) document.
41+
By running the below command, it creates a new ABP project with the database provider `{{DB_Text}}` and UI option `{{UI_Value}}`. To see the other CLI options, check out [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) document.
4242

4343
```bash
4444
abp new Acme.BookStore --template app --database-provider {{DB}} --ui {{UI_Text}} --mobile none

0 commit comments

Comments
 (0)