Skip to content

Commit 0ac368b

Browse files
Merge pull request #36 from mdsol/fix/readme
Typo in README
2 parents 1ef9df2 + 1d8c5ff commit 0ac368b

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)