Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #78

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project has not been tested in any real scenario and currently serves as a

## Installation

If you want access to a more high level abstraction utilizing builder patterns from the functionality of this library, check out [Dynatello!](https://github.com/inputfalken/Dynatello)
If you want access to a more high level reusable abstractions utilizing builder patterns from the functionality of this library, check out [Dynatello!](https://github.com/inputfalken/Dynatello)

---

Expand Down Expand Up @@ -189,8 +189,6 @@ internal static class Program
var update = attributeExpression.Expressions[1];
var keys = repository.UpdateFirstName.PrimaryKeyMarshaller.PartitionKey("personId");

// The idea is be able to apply this convention to other types of requests such as PutItemRequest or QueryRequest as well.
// Theres also plans that there will be helper methods to achieve this kind of behaviour with less code
var request = new UpdateItemRequest
{
ConditionExpression = condition,
Expand Down
Loading