Skip to content

Commit 1d8c5ff

Browse files
fix typo in readme [skip ci]
1 parent 1ef9df2 commit 1d8c5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ authenticated requests.
147147

148148
```python
149149
from fastapi import FastAPI, Request
150-
from mauth_client.constants import ENV_APP_UUID, ENV_PROTOCOL_VERSION
150+
from mauth_client.consts import ENV_APP_UUID, ENV_PROTOCOL_VERSION
151151
from mauth_client.middlewares import MAuthASGIMiddleware
152152

153153
app = FastAPI()

0 commit comments

Comments
 (0)