diff --git a/README.md b/README.md index 99d7a842..5f6c37f8 100644 --- a/README.md +++ b/README.md @@ -682,7 +682,7 @@ module.factory('Users', function(Restangular) { }); // In your controller you inject Users -Users.get(2) // GET to /users/2 +Users.one(2).get() // GET to /users/2 Users.post({data}) // POST to /users // GET to /users