diff --git a/Examples.md b/Examples.md index 46a173a..06c4afa 100644 --- a/Examples.md +++ b/Examples.md @@ -24,6 +24,8 @@ HTTP.create() ``` ``` +var HTTP = require("lib/http"); + HTTP.create() .setContentType("application/x-www-form-urlencoded") .setBearerAuth(token)