Skip to content

Commit 92914cf

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

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 properties that will act as if the tuple was a type with with those properties.
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.
5151

5252
## Conversion
5353

0 commit comments

Comments
 (0)