diff --git a/wireup/integration/django/__init__.py b/wireup/integration/django/__init__.py index 1dd934d..328ea0a 100644 --- a/wireup/integration/django/__init__.py +++ b/wireup/integration/django/__init__.py @@ -16,6 +16,6 @@ class WireupSettings: perform_warmup: bool = True """Setting this to true will cause the container to create - at application startup. The opposite is that services are - created on first use. + instances of services at application startup. + When set to false, services are created on first use. """