diff --git a/Examples.md b/Examples.md index 564fa2d..4cdf455 100644 --- a/Examples.md +++ b/Examples.md @@ -30,7 +30,7 @@ HTTP.create() .setContentType("application/x-www-form-urlencoded") .setBearerAuth(token) .setUseCache(false) - .get(apiUrl + "/get_items", function(res) { + .get(apiUrl + "myproject/items/mycollaction", function(res) { alert(res.name); }) ;