Skip to content

Commit

Permalink
README adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Šůstek committed Jan 18, 2024
1 parent b89731b commit f4fc342
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ dotnet add package Kentico.Xperience.TagManager

## Quick Start
1. Include `Kentico.Xperience.TagManager` project in the solution.
1. Add to Xperience by Kentico application as project dependency.
1. Register required services into DI container.
```powershell
dotnet add package Kentico.Xperience.TagManager
```
2. Register required services into DI container.

```csharp
// Program.cs
Expand Down

0 comments on commit f4fc342

Please sign in to comment.