diff --git a/.github/README.md b/.github/README.md index 2bda3c1..1e0fb72 100644 --- a/.github/README.md +++ b/.github/README.md @@ -18,12 +18,6 @@ This packages aims to help developers quickly put together Umbraco Trees using C ## Quick Start -### Install Package - -```csharp -dotnet add package Umbraco.Community.SimpleTrees -``` - ### Register Tree By default, this will display in the content section. @@ -81,6 +75,13 @@ public class MyTree : SimpleTree ``` +## Configuration + +### Install Package + +```csharp +dotnet add package Umbraco.Community.SimpleTrees +``` ## Extending diff --git a/docs/README_nuget.md b/docs/README_nuget.md index 848d93c..62b5526 100644 --- a/docs/README_nuget.md +++ b/docs/README_nuget.md @@ -19,12 +19,6 @@ This packages aims to help developers quickly put together Umbraco Trees using C ## Quick Start -### Install Package - -```csharp -dotnet add package Umbraco.Community.SimpleTrees -``` - ### Register Tree By default, this will display in the content section. @@ -82,6 +76,13 @@ public class MyTree : SimpleTree ``` +## Configuration + +### Install Package + +```csharp +dotnet add package Umbraco.Community.SimpleTrees +``` ## Contributing