Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 authored Nov 2, 2024
1 parent 2ff2893 commit b7d120d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@

# Common Union Types
> [!WARNING]
> Type Unions are in the early proposal stage and will likely see changes as time goes on, we plan to keep up with these changes as
> Type Unions are in the early [proposed](https://github.com/dotnet/csharplang/blob/main/proposals/TypeUnions.md) stage and will likely see changes as time goes on, we plan to keep up with these changes as
> much as possible to ensure the easiest migration path once type unions make it into a stable .net version.
This library contains a set of commonly used type unions.

Type unions are an upcoming feature that is [proposed](https://github.com/dotnet/csharplang/blob/main/proposals/TypeUnions.md) for a future version of C#.
We try our best to keep the types in this library as close as possible to the proposal as possible to make a transition to future Type Unions as easy as possible.

# Getting Started

You can get started using these types by simply installing the [CommonTypeUnions](https://www.nuget.org/packages/CommonTypeUnions/) package from nuget.
Expand Down

0 comments on commit b7d120d

Please sign in to comment.