Skip to content

Commit 42cbbab

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent dd60c75 commit 42cbbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To install this template, run the following command in your terminal:
104104
dotnet new install Umbraco.Community.Templates.PackageStarter
105105
```
106106

107-
Then you can create a new package project by running the following command:
107+
To create a new package project, run the following command:
108108

109109
```bash
110110
dotnet new umbracopackagestarter -n YourPackageName -an "Your Name" -gu "YourGitHubUsername" -gr "YourGitHubRepoName"

0 commit comments

Comments
 (0)