Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion authored Apr 16, 2023
1 parent 4af2e57 commit 91e5d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Dependency Injection

```dart
import 'package:ezy_di/ezy_di.dart';
final injector = Injector();
Animal animal = injector.get<Animal>();
Expand Down

0 comments on commit 91e5d62

Please sign in to comment.