Skip to content

Commit

Permalink
Merge pull request #17 from polyadic/fix-installation-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bash authored Jan 7, 2025
2 parents 8d8d375 + ec22e0d commit 1303432
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 @@ -7,7 +7,7 @@ A source generator that generates `Match` methods for all your discriminated uni
[![Licence: Apache](https://img.shields.io/badge/licence-Apache-green)](https://raw.githubusercontent.com/polyadic/funcky-discriminated-union/main/license-apache.txt)

## Installation
Add `<ProjectReference Include="Funcky.DiscriminatedUnion" Version="..." PrivateAssets="all" />` to your project file.
Add `<PackageReference Include="Funcky.DiscriminatedUnion" Version="..." PrivateAssets="all" />` to your project file.

## Usage
Apply the `[DiscriminatedUnion]` to an abstract class (or record) with nested types representing the variants.
Expand Down

0 comments on commit 1303432

Please sign in to comment.