Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Jun 14, 2019
1 parent a84d4c8 commit 8d64ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Next, for the sake of the example, we'll create a configuration type:
>>> class Configuration:
... def __init__(self, connection_string):
... self.connection_string = connection_string

```

Next, we bind the configuration to the injector, using a module:
Expand Down

0 comments on commit 8d64ad0

Please sign in to comment.