Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2A5F authored Feb 22, 2025
1 parent 1aca4c9 commit d34f3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sera.Union
# Coplt.Union

[![.NET](https://github.com/coplt/Coplt.Union/actions/workflows/dotnet.yml/badge.svg)](https://github.com/coplt/Coplt.Union/actions/workflows/dotnet.yml)
![MIT](https://img.shields.io/github/license/coplt/Coplt.Union)
Expand Down Expand Up @@ -303,7 +303,7 @@ public readonly partial struct Union1

#### How to use

You can use pattern matching or manually determine the Tag
You can use pattern matching or manually determine the Tag, but remember C# does not have enumeration exhaustion semantics

```cs
var u = Union1.MakeA(123);
Expand Down

0 comments on commit d34f3a9

Please sign in to comment.