Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Aug 22, 2024
1 parent 9a7ba85 commit 6329d43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ from wireup import container, initialize_container
def create_app():
app = ...

# ⬇️ Start the container: This registers and initializes services.
# ⬇️ Start the container: Register and initialize services.
initialize_container(
container,
# Parameters serve as application/service configuration.
Expand All @@ -45,7 +45,6 @@ def create_app():
"weather_api_key": os.environ["APP_WEATHER_API_KEY"]
},
# Top-level modules containing service registrations.
# This is where your services live.
service_modules=[services]
)

Expand Down

0 comments on commit 6329d43

Please sign in to comment.