Skip to content

Commit

Permalink
Update injecting_npm_modules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen authored Apr 28, 2017
1 parent 6068dc4 commit 86e41d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/injecting_npm_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const someClassInstance = container.get<SomeClassInterface>(TYPES.SomeClass);
someClassInstance.test();
```

### /src/package.json
### /package.json

```js
{
Expand All @@ -143,7 +143,7 @@ someClassInstance.test();
}
```

### /src/tsconfig.json
### /tsconfig.json

```js
{
Expand Down

0 comments on commit 86e41d7

Please sign in to comment.