Skip to content

Commit

Permalink
docs: Remove .Vue from audit logging docs (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanmae authored Sep 3, 2024
1 parent d84bda8 commit b9b0987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add a reference to the Nuget package `IntelliTect.Coalesce.AuditLogging` to your

``` xml:no-line-numbers{3}
<ItemGroup>
<PackageReference Include="IntelliTect.Coalesce.Vue" Version="$(CoalesceVersion)" />
<PackageReference Include="IntelliTect.Coalesce" Version="$(CoalesceVersion)" />
<PackageReference Include="IntelliTect.Coalesce.AuditLogging" Version="$(CoalesceVersion)" />
</ItemGroup>
```
Expand Down

0 comments on commit b9b0987

Please sign in to comment.