Skip to content

Commit dd60c75

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

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
@@ -98,7 +98,7 @@ To publish your extension as an Umbraco Package, you need some additional files.
9898

9999
Another option is to use the [Opinionated Umbraco Package Starter Template](https://github.com/LottePitcher/opinionated-package-starter). This is a template that includes all the files and configurations needed to build an Umbraco package. It builds on top of the `umbraco-extension` template and includes additional files and configurations for building Umbraco packages. This template is a great starting point for building Umbraco packages and includes everything you need to get started.
100100

101-
You can install this template by running the following command in your terminal:
101+
To install this template, run the following command in your terminal:
102102

103103
```bash
104104
dotnet new install Umbraco.Community.Templates.PackageStarter

0 commit comments

Comments
 (0)