summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2012-10-24 14:24:29 +0000
committerThomas Davis <thomasalwyndavis@gmail.com>2012-10-24 14:24:29 +0000
commit09a14cba80c991f01603b59d6417e70f96151a36 (patch)
tree45a056c50db70500a882082bc02c6f625c0dabfa
parentde4e9c7888a9b8b84d683418431a4737c1b062c6 (diff)
downloadbackbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.zip
backbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.tar.gz
backbonetutorials-09a14cba80c991f01603b59d6417e70f96151a36.tar.bz2
AS
-rw-r--r--videos/beginner/README.md2
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}`_