Skip to content

Commit d51a716

Browse files
authored
Update README.md
1 parent e89165a commit d51a716

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
@@ -246,7 +246,7 @@ internal static class Program
246246
UpdateExpression = update,
247247
ExpressionAttributeNames = attributeExpression.Names,
248248
ExpressionAttributeValues = attributeExpression.Values,
249-
Key = keys;
249+
Key = keys,
250250
TableName = "MyTable"
251251
}
252252
}

0 commit comments

Comments
 (0)