Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken authored Aug 11, 2024
1 parent 92914cf commit 6422540
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 @@ -47,7 +47,7 @@ The source generator will look for attributes and implement interfaces that exis
* GlobalSecondaryIndex ✔
* LocalSecondaryIndex ✔
* Custom Converters: Create converters for your own types or override the [default converters](https://github.com/inputfalken/DynamoDB.SourceGenerator/blob/main/src/DynamoDBGenerator/Options/AttributeValueConverters.cs) built in to the library.
* `ValueTuple<T>` support: You don't have to declare your own types and could instead use tuples with custom named fields that will act as if the tuple was a type with with those data members.
* `ValueTuple<T>` support: You don't have to declare your own types and could instead use [tuples](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-tuples) with custom named fields that will act as if the tuple was a type with with those data members.

## Conversion

Expand Down

0 comments on commit 6422540

Please sign in to comment.