Skip to content

Commit a0acd6a

Browse files
authored
Update README.md
1 parent 03b12ed commit a0acd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All **Django-Ninja** features :
2020
Plus **Extra**:
2121
- **Class Based**: Design your APIs in a class based fashion.
2222
- **Permissions**: Protect endpoint(s) at ease with defined permissions and authorizations at route level or controller level.
23-
- **Dependency Injection**: Controller classes supports dependency injection with python [**Injector** ](https://injector.readthedocs.io/en/latest/) or [**django_injector**](https://github.com/blubber/django_injector). Giving you the ability to inject API dependable services at the controller class constructor and utilizing them where needed
23+
- **Dependency Injection**: Controller classes supports dependency injection with python [**Injector** ](https://injector.readthedocs.io/en/latest/) or [**django_injector**](https://github.com/blubber/django_injector). Giving you the ability to inject API dependable services to APIController class and utilizing them where needed
2424

2525
---
2626

0 commit comments

Comments
 (0)