Skip to content

Commit 031a023

Browse files
committed
README update
1 parent 85c1f3e commit 031a023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each of these collections is an _Entity_, which also corresponds to a _Domain Ty
3232
If you're deciding on what DynamoDB library to choose you may want to also consider the following alternatives:
3333

3434
* [DynamoDB Toolbox](https://github.com/jeremydaly/dynamodb-toolbox) - Jeremy's library was the biggest inspiration to
35-
my own work. When I was looking in 2022 DynamoDB Toolbox didn't support AWS SDK V3, but it does now.
35+
my own work. When I was first working on these ideas in 2022 DynamoDB Toolbox didn't support AWS SDK V3, but it does now.
3636
* [One Table](https://github.com/sensedeep/dynamodb-onetable)
3737

3838
The rest of this README provides an overview of how to use the library. For more details see:
@@ -41,7 +41,7 @@ The rest of this README provides an overview of how to use the library. For more
4141
* [Integration tests](https://github.com/symphoniacloud/dynamodb-entity-store/tree/main/test/integration)
4242
* [Source code](/src/lib)
4343

44-
If you have questions or feedback, please use the [project issues](https://github.com/symphoniacloud/dynamodb-entity-store/issues), or feel free to email me: [[email protected]](mailto:[email protected])
44+
If you have questions or feedback, please use the [project issues](https://github.com/symphoniacloud/dynamodb-entity-store/issues), or feel free to email me: [[email protected]](mailto:[email protected]) .
4545

4646
## Example 1: Single Table Design, without indexes
4747

0 commit comments

Comments
 (0)