Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb2 committed May 2, 2023
1 parent cca9eb3 commit b7a10c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def pyproject_loader(path: str) -> Dict[str, Any]:
path = "pyproject.toml"

pyproject = toml.load("pyproject.toml")
conf = pyproject["tool"]["my_tool"]
conf = pyproject["tool"]["my_tool"]["parameters"]
return conf

pyproject_callback = typer_config.conf_callback_factory(pyproject_loader)
Expand Down

0 comments on commit b7a10c3

Please sign in to comment.