Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Feb 7, 2011
1 parent cbc6783 commit 2ccfd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -35,4 +35,4 @@ Examples
users.save({ id: 1, password: 'New password'});

// Delete user with id: 1
users.delete(1);
users.del(1);

0 comments on commit 2ccfd0f

Please sign in to comment.