diff --git a/README.md b/README.md index 0474abe2..832b55db 100644 --- a/README.md +++ b/README.md @@ -47,6 +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` 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