diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-04-30 01:12:00 -0700 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-04-30 01:12:00 -0700 |
commit | d9c781ccb7a0e849df9332e089416b27e613271a (patch) | |
tree | d57fc6b2f150c584ba0397f8044d61a41b95bbe4 | |
parent | e83b57f8f639e932c7a0c449e5726e737d0c9fe6 (diff) | |
parent | 8e5e4f62af6316332d16194f42a09e364005585c (diff) | |
download | backbonetutorials-d9c781ccb7a0e849df9332e089416b27e613271a.zip backbonetutorials-d9c781ccb7a0e849df9332e089416b27e613271a.tar.gz backbonetutorials-d9c781ccb7a0e849df9332e089416b27e613271a.tar.bz2 |
Merge pull request #70 from puzzell/patch-1
Update videos/beginner/README.md
-rw-r--r-- | videos/beginner/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/videos/beginner/README.md b/videos/beginner/README.md index 30c6808..25cad91 100644 --- a/videos/beginner/README.md +++ b/videos/beginner/README.md @@ -29,7 +29,7 @@ Used for populating our user model **PUT** /users/:id - _Updates the given user with the given payload and returns the newly updated user object_ -**DELETE** /users/:id - _Deletes the given used from the server_ +**DELETE** /users/:id - _Deletes the given user from the server_ ## Extra Snippets @@ -77,4 +77,4 @@ function htmlEncode(value){ function htmlDecode(value){ return $('<div/>').html(value).text(); } -```
\ No newline at end of file +``` |