From 8d825a8617307056d63f74cce5d5ac1901e68f9d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 12 Nov 2020 12:11:15 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 ++ 1 file changed, 2 insertions(+) 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)