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