Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RB387 committed Mar 22, 2024
1 parent a4c5ec1 commit 84aa5da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"project_name": "magic-di",
"project_slug": "magic-di",
"package_name": "magic_di",
"project_short_description": "Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (but it can be integrated with everything)",
"project_short_description": "Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (and it can be integrated with everything)",
"_template": "https://github.com/woltapp/wolt-python-package-cookiecutter"
}
},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

---

**Documentation**: [https://RB387.github.io/magic-di](https://RB387.github.io/magic-di)
**Documentation**: [https://woltapp.github.io/magic-di](https://woltapp.github.io/magic-di)

**Source Code**: [https://github.com/RB387/magic-di](https://github.com/RB387/magic-di)
**Source Code**: [https://github.com/woltapp/magic-di](https://github.com/woltapp/magic-di)

**PyPI**: [https://pypi.org/project/magic-di/](https://pypi.org/project/magic-di/)

---

Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (but it can be integrated with everything)
Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (and it can be integrated with everything)

What are the problems with FastAPI’s dependency injector?
1) It forces you to use global variables.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: "magic-di"
repo_url: https://github.com/RB387/magic-di
repo_url: https://github.com/woltapp/magic-di

theme:
name: material
Expand Down

0 comments on commit 84aa5da

Please sign in to comment.