From 16b3394ce5066db3d56be5eb07d07de5b47142cc Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Fri, 26 Mar 2021 16:43:43 +0300 Subject: [PATCH] Update CLI-New-Command-Samples.md --- docs/en/CLI-New-Command-Samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index 186e14a1c1..f13799a174 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -159,7 +159,7 @@ ABP CLI uses the default [app template](https://github.com/abpframework/abp/tree ABP CLI always uses the latest version. In order to create a solution from a preview (RC) version add the `--preview` parameter. -* Blazor UI, Entity Framework Core, no mobile, preview version, creates the project in a new folder: +* Blazor UI, Entity Framework Core, no mobile, **preview version**, creates the project in a new folder: ```bash abp new Acme.BookStore -t app -u blazor --mobile none -csf --preview