diff --git a/docs/en/ui-themes/lepton-x/index.md b/docs/en/ui-themes/lepton-x/index.md index 5fc1ee4fb1..3bfc769409 100644 --- a/docs/en/ui-themes/lepton-x/index.md +++ b/docs/en/ui-themes/lepton-x/index.md @@ -85,13 +85,13 @@ LeptonX Module doesn't define any permissions. You can use the following CLI command to download the source-code: ```bash -abp get-source Volo.Abp.LeptonXTheme.Pro +abp get-source Volo.Abp.LeptonXTheme ``` If you want to download the source code of the preview version, you can use the following command: ```bash -abp get-source Volo.Abp.LeptonXTheme.Pro --preview +abp get-source Volo.Abp.LeptonXTheme --preview ``` > You can download the source code of a certain version by using the `--version` parameter. See the [ABP CLI documentation](../../cli/index#get-source) for other possible options.