diff --git a/README.md b/README.md index acbfd1d0..84176688 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Install-Package Ardalis.SmartEnum -Version 2.1.0 ## Usage -Define your smart enum by inheriting from `SmartEnum` where `TEnum` is the type you're declaring. For [example](/src/SmartEnum.UnitTests/TestEnum.cs): +Define your smart enum by inheriting from `SmartEnum` where `TEnum` is the type you're declaring. For [example](/test/SmartEnum.UnitTests/TestEnum.cs): ```csharp using Ardalis.SmartEnum;