diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-24 14:24:29 +0000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-24 14:24:29 +0000 |
commit | 09a14cba80c991f01603b59d6417e70f96151a36 (patch) | |
tree | 45a056c50db70500a882082bc02c6f625c0dabfa | |
parent | de4e9c7888a9b8b84d683418431a4737c1b062c6 (diff) | |
download | backbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.zip backbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.tar.gz backbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.tar.bz2 |
AS
-rw-r--r-- | videos/beginner/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videos/beginner/README.md b/videos/beginner/README.md index c483aaf..75240d7 100644 --- a/videos/beginner/README.md +++ b/videos/beginner/README.md @@ -12,7 +12,7 @@ Used for populating our users collection Used for populating our user model -**GET** /users/:id - __Returns a single user object e.g. `{id: 'xxxx', firstname: 'Thomas', lastname: 'Davis', age: 12}` +**GET** /users/:id - _Returns a single user object e.g. `{id: 'xxxx', firstname: 'Thomas', lastname: 'Davis', age: 12}` **POST** /users - _Creates a user based off the payload and returns the new user object e.g. `{id: 'xxxx', firstname: 'Thomas', lastname: 'Davis', age: 12}`_ |