From cb8f4e581556cd19b1ac49770c7b23461fd9911a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 12 Nov 2020 12:11:25 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 06c4afa..564fa2d 100644 --- a/Examples.md +++ b/Examples.md @@ -23,7 +23,7 @@ HTTP.create() ; ``` -``` +```javascript var HTTP = require("lib/http"); HTTP.create()