Skip to content

Commit 9c1ef48

Browse files
authored
[auth0-fastapi-api] updates the import in the example README.md (#12)
1 parent e304edd commit 9c1ef48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth0_fastapi_api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In your FastAPI application, create an instance of the `Auth0FastAPI` class. Sup
3535
- The `AUTH0_AUDIENCE` is the identifier of the API that is being called. You can find this in the API section of the Auth0 dashboard.
3636

3737
```python
38-
from auth0_fastapi_api import Auth0FastAPI
38+
from fastapi_plugin import Auth0FastAPI
3939

4040
# Create the Auth0 integration
4141
auth0 = Auth0FastAPI(
@@ -154,4 +154,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
154154
</p>
155155
<p align="center">
156156
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/auth0-server-python/blob/main/packages/auth0_fastapi_api/LICENSE"> LICENSE</a> file for more info.
157-
</p>
157+
</p>

0 commit comments

Comments
 (0)