Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -81,6 +75,13 @@ public class MyTree : SimpleTree
</uui-box>
```

## Configuration

### Install Package

```csharp
dotnet add package Umbraco.Community.SimpleTrees
```

## Extending

Expand Down
13 changes: 7 additions & 6 deletions docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -82,6 +76,13 @@ public class MyTree : SimpleTree
</uui-box>
```

## Configuration

### Install Package

```csharp
dotnet add package Umbraco.Community.SimpleTrees
```

## Contributing

Expand Down