Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenox committed Oct 15, 2023
1 parent 3db5bad commit 71d415f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ npm install mini-di-container
// 1. Define containers
// =============================================

// Your types, classes and interfaces to be managed with DI container
interface Logger {
log(message: string): void;
}
Expand Down
1 change: 1 addition & 0 deletions src/example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { scope } from './index';
// 1. Define containers
// =============================================

// Your types, classes and interfaces to be managed with DI container
interface Logger {
log(message: string): void;
}
Expand Down

0 comments on commit 71d415f

Please sign in to comment.