From ba2c851909f49049bdca09d6c8affc767aecf829 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 15 Jun 2021 11:21:58 +0300 Subject: [PATCH] Update Basic-Theme.md files --- docs/en/UI/AspNetCore/Basic-Theme.md | 2 +- docs/en/UI/Blazor/Basic-Theme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/UI/AspNetCore/Basic-Theme.md b/docs/en/UI/AspNetCore/Basic-Theme.md index 9f5a4c368a..e2cad8d3d2 100644 --- a/docs/en/UI/AspNetCore/Basic-Theme.md +++ b/docs/en/UI/AspNetCore/Basic-Theme.md @@ -83,7 +83,7 @@ See the [User Interface Customization Guide](Customization-User-Interface.md) to ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) command to copy the source code to your solution: +You can run the following [ABP CLI](../../CLI.md) command in **Web** project directory to copy the source code to your solution: `abp add-package Volo.Abp.AspNetCore.Components.Server.BasicTheme --with-source-code --add-to-solution-file` diff --git a/docs/en/UI/Blazor/Basic-Theme.md b/docs/en/UI/Blazor/Basic-Theme.md index 970598462d..fc2d7a0526 100644 --- a/docs/en/UI/Blazor/Basic-Theme.md +++ b/docs/en/UI/Blazor/Basic-Theme.md @@ -50,11 +50,11 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) commands to copy the source code to your solution: +You can run the following [ABP CLI](../../CLI.md) command in **Blazor WebAssembly** project directory to copy the source code to your solution: `abp add-package Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme --with-source-code --add-to-solution-file` -Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project folder and run: +Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project directory and run: `abp add-package Volo.Abp.AspNetCore.Components.Web.BasicTheme --with-source-code --add-to-solution-file`