Skip to content

Commit

Permalink
Merge pull request #19 from Silverwolf90/patch-1
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
clarkie committed Aug 22, 2016
2 parents e9b5dfe + 71a0bf3 commit a7842fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Movie.update({title : 'Movie 0', description : 'This is a description'}, params,

### Deleting
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
If your model uses both a hash and range key, then both need to be provided

```js
Account.destroy('foo@example.com', function (err) {
Expand Down

0 comments on commit a7842fe

Please sign in to comment.