Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoadFive committed Jan 25, 2014
1 parent beff769 commit e29d4b0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ This snippet passes the email of the current user to the callback function, if i

####Syntax:
```javascript
server.user.remove();
server.user.remove( userPassword );
```


Expand Down Expand Up @@ -451,7 +451,7 @@ x.modified( function(d) {}, ['property1', '2', 'three'] );

Remove user.
```javascript
x.user.remove();
x.user.remove( userPassword, callback );
```

Signin to another user.
Expand Down Expand Up @@ -528,10 +528,3 @@ ___
Thanks to all of you for suggesting ideas, giving heads ups on bugs, and contributing.









0 comments on commit e29d4b0

Please sign in to comment.