Skip to content

Commit 6422540

Browse files
authored
Update README.md
1 parent 92914cf commit 6422540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The source generator will look for attributes and implement interfaces that exis
4747
* GlobalSecondaryIndex ✔
4848
* LocalSecondaryIndex ✔
4949
* 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.
50-
* `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.
50+
* `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.
5151

5252
## Conversion
5353

0 commit comments

Comments
 (0)