Skip to content

Commit

Permalink
Merge pull request #36 from mdsol/fix/readme
Browse files Browse the repository at this point in the history
Typo in README
  • Loading branch information
danielloganking authored Sep 8, 2022
2 parents 1ef9df2 + 1d8c5ff commit 0ac368b
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 @@ -147,7 +147,7 @@ authenticated requests.

```python
from fastapi import FastAPI, Request
from mauth_client.constants import ENV_APP_UUID, ENV_PROTOCOL_VERSION
from mauth_client.consts import ENV_APP_UUID, ENV_PROTOCOL_VERSION
from mauth_client.middlewares import MAuthASGIMiddleware

app = FastAPI()
Expand Down

0 comments on commit 0ac368b

Please sign in to comment.