Skip to content

Commit

Permalink
Fix TestEnum.cs path. (#456)
Browse files Browse the repository at this point in the history
Fix TestEnum.cs path.
  • Loading branch information
pedroduarte0 authored Nov 12, 2023
1 parent cb6629f commit 429cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Install-Package Ardalis.SmartEnum -Version 2.1.0

## Usage

Define your smart enum by inheriting from `SmartEnum<TEnum>` where `TEnum` is the type you're declaring. For [example](/src/SmartEnum.UnitTests/TestEnum.cs):
Define your smart enum by inheriting from `SmartEnum<TEnum>` where `TEnum` is the type you're declaring. For [example](/test/SmartEnum.UnitTests/TestEnum.cs):

```csharp
using Ardalis.SmartEnum;
Expand Down

0 comments on commit 429cde1

Please sign in to comment.