Skip to content

Commit

Permalink
docs: update JS example in README (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow authored Jul 29, 2020
1 parent b2e0a2f commit f6e8292
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ With TypeDI you can use a named services. Example:
```javascript
var Container = require("typedi").Container;

interface Factory {
create(): void;
}

class BeanFactory implements Factory {
create() {
}
Expand Down

0 comments on commit f6e8292

Please sign in to comment.