clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

confusing doc in delete items #18

Closed tiant167 closed 8 years ago

tiant167 commented 8 years ago

Hi,

You delete items in DynamoDB using the hashkey of model If your model uses both a hash and range key, than both need to be provided

than? I think it should be then right?

You delete items in DynamoDB using the hashkey of model. If your model uses both a hash and range key, then both need to be provided
clarkie commented 8 years ago

@tiant167 thanks for letting me know. In future you can quickly submit PRs for documentation changes by editing the file on the main repository. Github will automatically fork the repo and then take you through the PR submission.