From 84aa5da590691e217e07cf4bd6c4906823ff606f Mon Sep 17 00:00:00 2001 From: Nikita Zavadin Date: Fri, 22 Mar 2024 13:23:04 +0100 Subject: [PATCH] small fixes --- .cruft.json | 2 +- README.md | 6 +++--- mkdocs.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index d8c95c5..090f177 100644 --- a/.cruft.json +++ b/.cruft.json @@ -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" } }, diff --git a/README.md b/README.md index ef0eefd..714e54d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index d4140b7..9b525bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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