We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f682579 commit 175d02fCopy full SHA for 175d02f
README.md
@@ -85,7 +85,7 @@ You can use routing-controllers with [express.js][1] or [koa.js][2].
85
and make sure to import it before you use routing-controllers:
86
87
```typescript
88
- import "reflect-metadata";
+import 'reflect-metadata';
89
```
90
91
3. Install framework:
0 commit comments