mirror of https://github.com/tiangolo/fastapi.git
fix: misnaming of package name
This commit is contained in:
parent
67f3f58dbc
commit
9febcc20c6
|
|
@ -262,7 +262,7 @@ You will see the automatic interactive API documentation (provided by <a href="h
|
|||
|
||||
### Alternative API docs
|
||||
|
||||
There are two alternatives to Swagger UI: Redocly & Scalar.
|
||||
Here are some alternatives to Swagger UI: Redocly & Scalar.
|
||||
|
||||
Go to <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
|
||||
|
||||
|
|
@ -332,7 +332,7 @@ Now go to <a href="http://127.0.0.1:8000/docs" class="external-link" target="_bl
|
|||
|
||||
### Alternative API docs upgrade
|
||||
|
||||
There are two alternatives to Swagger UI: Redocly & Scalar.
|
||||
Here are some alternatives to Swagger UI: Redocly & Scalar.
|
||||
|
||||
Go to <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Interactive API documentation and exploration web user interfaces. As the framew
|
|||
|
||||

|
||||
|
||||
* Alternative API documentation with Redocly or Scalar
|
||||
* Alternative API documentation with Redoc or Scalar
|
||||
* <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank"><strong>ReDoc</strong></a>.
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue