Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpraimeyuu authored Nov 1, 2023
1 parent 6193cff commit eabe2e8
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 @@ Sooner or later we would need to serialize/deserialize our lovely discriminated
# How to use it?
1. Take your discriminated union and annotate it with `JsonConvert` attribute, giving `OneOfJsonConverter<T>` as an argument (where `T` is your discriminated union)

**NOTE**: ⚠️ The way we prepare our `OneOf` class is dependent on the original `OneOf` package version ⚠️
**NOTE**: ⚠️ The way we prepare our `OneOf` class depends on the original `OneOf` package version ⚠️

* `OneOf` version `2.x.x` (without `GenerateOneOf` support)
```csharp
Expand Down

0 comments on commit eabe2e8

Please sign in to comment.