Skip to content

Commit f682579

Browse files
authored
Update README.md (#712)
reflect-metadata import adjust.
1 parent 202a54f commit f682579

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ You can use routing-controllers with [express.js][1] or [koa.js][2].
8484

8585
and make sure to import it before you use routing-controllers:
8686

87-
```typescript
88-
```
87+
```typescript
88+
import "reflect-metadata";
89+
```
8990

9091
3. Install framework:
9192

0 commit comments

Comments
 (0)