Skip to content

Commit 5784b66

Browse files
authored
Update README.md
1 parent 007e49a commit 5784b66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project has not been tested in any real scenario and currently serves as a
77

88
## Installation
99

10-
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)
10+
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)
1111

1212
---
1313

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

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

0 commit comments

Comments
 (0)