Skip to content

Commit

Permalink
doc: add imports in the example code (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwani17 authored and remojansen committed Feb 28, 2017
1 parent 7ec91e8 commit 58be511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following example will declare a controller that responds to `GET /foo'.

```ts
import * as express from 'express';
import { interfaces, Controller, Get } from 'inversify-express-utils';
import { interfaces, Controller, Get, Post, Delete } from 'inversify-express-utils';
import { injectable, inject } from 'inversify';

@Controller('/foo')
Expand Down

0 comments on commit 58be511

Please sign in to comment.