Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add link to bug
  • Loading branch information
Jameskmonger authored Nov 2, 2023
1 parent 82bb1bb commit ba0da86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ export interface ThrowableWeapon {
```

InversifyJS needs to use the type as identifiers at runtime. We use symbols as identifiers but you can also use classes and or string literals.
PLEASE MAKE SURE TO PLACE THIS TYPES DECLARATION IN A SEPARATE FILE.

PLEASE MAKE SURE TO PLACE THIS TYPES DECLARATION IN A SEPARATE FILE. (see bug #1455)

```ts
// file types.ts

Expand Down

0 comments on commit ba0da86

Please sign in to comment.