Skip to content

Commit 336ba54

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent cbc3daf commit 336ba54

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
@@ -90,7 +90,7 @@ dotnet publish --configuration Release
9090

9191
## Publish as a Package
9292

93-
To publish your extension as a package, you need to create a NuGet package. You can do this by running the following command in the root folder of your extension project:
93+
To publish your extension as a package, create a NuGet package. Run the following command in the root folder of your extension project:
9494

9595
```bash
9696
dotnet pack --configuration Release

0 commit comments

Comments
 (0)