From 03454e24ff5e044210f0888598dcdc35eca025c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E6=96=B9=E5=86=B0?= <664930912@qq.com> Date: Fri, 4 Sep 2020 18:02:40 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24bf0ea..615e496 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ const initial = new TestClass(); await initial.start(); ``` + ### You can use both these ways to create new http server ```typescript From ab3de1240b17d733cd1f0c7c90460492ee400404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E6=96=B9=E5=86=B0?= <664930912@qq.com> Date: Sun, 6 Sep 2020 10:43:19 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615e496..cfecaf1 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ import { Res, Start, StartApplication -} from "'https://raw.githubusercontent.com/lengfangbing/min/master/mod.ts'"; +} from "https://raw.githubusercontent.com/lengfangbing/min/master/mod.ts"; @StartApplication export class TestClass extends App {