Skip to content

Commit 2cbc14f

Browse files
authored
fix: link in README (#9)
1 parent a068259 commit 2cbc14f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ SqlAlchemy integration for FastAPI®
88
* Configure environ variables:
99
The keys of interest in `os.environ` are prefixed with `sqlalchemy_`.
1010
Each matching key (after the prefix is stripped) is treated as though it were the
11-
corresponding keyword argument to [`sqlalchemy.create_engine`]
12-
(https://docs.sqlalchemy.org/en/13/core/engines.html?highlight=create_engine#sqlalchemy.create_engine) # noqa
11+
corresponding keyword argument to [`sqlalchemy.create_engine`](https://docs.sqlalchemy.org/en/13/core/engines.html?highlight=create_engine#sqlalchemy.create_engine) # noqa
1312
call.
1413

1514
The only required key is `sqlalchemy_url`, which provides the database URL.

0 commit comments

Comments
 (0)