Skip to content

Commit f2f3ee4

Browse files
committed
fix: update outdated error messages in fastapi_proxy_lib.fastapi
1 parent 0155d89 commit f2f3ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fastapi_proxy_lib/fastapi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
msg: str = dedent(
1313
"""\
1414
`fastapi` is not installed.
15-
`fastapi_proxy.app` module requires installing `fastapi` first:
16-
pip install fastapi-proxy[standard]
15+
`fastapi_proxy_lib.fastapi` module requires installing `fastapi` first:
16+
pip install fastapi-proxy-lib[standard]
1717
"""
1818
)
1919
raise RuntimeError(msg)

0 commit comments

Comments
 (0)