diff --git a/.github/README.md b/.github/README.md index 2bda3c1..1cf52f1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -16,14 +16,16 @@ This packages aims to help developers quickly put together Umbraco Trees using C - Easy to define section permissions - ✨ Custom Entity Actions! -## Quick Start +## Installation ### Install Package -```csharp +```powershell dotnet add package Umbraco.Community.SimpleTrees ``` +## Quick Start + ### Register Tree By default, this will display in the content section. @@ -81,7 +83,6 @@ public class MyTree : SimpleTree ``` - ## Extending ### Entity Actions diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 848d93c..0fe945e 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -17,14 +17,16 @@ This packages aims to help developers quickly put together Umbraco Trees using C - Easy to define section permissions - ✨ Custom Entity Actions! -## Quick Start +## Installation ### Install Package -```csharp +```powershell dotnet add package Umbraco.Community.SimpleTrees ``` +## Quick Start + ### Register Tree By default, this will display in the content section. @@ -82,7 +84,6 @@ public class MyTree : SimpleTree ``` - ## Contributing Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/contribute) page.