Skip to content

Commit

Permalink
Remove typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianDev24 committed Feb 10, 2023
1 parent 6790471 commit cb683b1
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 @@ -70,10 +70,12 @@ public class MyModule {
}
}
```

Setting up EasyInject with module(s):

```java
EasyInjector easyInject = Easy.createInjector(new MyModule());
```a
```
The DataSource dependency will now be available for injection:
```java
public class MyApp {
Expand Down

0 comments on commit cb683b1

Please sign in to comment.