4ossiblellc / dynamodb-update-expression

A small library providing the solution to return the DynamoDB update expression.
MIT License
25 stars 15 forks source link

Bug in Usage documentation #5

Closed bmmathe closed 7 years ago

bmmathe commented 7 years ago

var removeExpression = dynamodbUpdateExpression.getUpdateExpression(original, remove);

Should be: var removeExpression = dynamodbUpdateExpression.getRemoveExpression(original, remove);

4ossiblellc commented 7 years ago

Oops.

4ossiblellc commented 7 years ago

Updated the README.md. Thanks.