Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lengfangbing committed Sep 6, 2020
2 parents d9ed591 + ab3de12 commit 7abf13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -143,6 +143,7 @@ const initial = new TestClass();

await initial.start();
```

### You can use both these ways to create new http server

```typescript
Expand Down

0 comments on commit 7abf13b

Please sign in to comment.