Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebroberts committed Sep 28, 2023
1 parent 85c1f3e commit 031a023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each of these collections is an _Entity_, which also corresponds to a _Domain Ty
If you're deciding on what DynamoDB library to choose you may want to also consider the following alternatives:

* [DynamoDB Toolbox](https://github.com/jeremydaly/dynamodb-toolbox) - Jeremy's library was the biggest inspiration to
my own work. When I was looking in 2022 DynamoDB Toolbox didn't support AWS SDK V3, but it does now.
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.
* [One Table](https://github.com/sensedeep/dynamodb-onetable)

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

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])
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]) .

## Example 1: Single Table Design, without indexes

Expand Down

0 comments on commit 031a023

Please sign in to comment.