Browse Source

fix: misnaming of package name

pull/10674/head
marclave 1 year ago
committed by Marc Laventure
parent
commit
9febcc20c6
  1. 4
      README.md
  2. 2
      docs/en/docs/features.md

4
README.md

@ -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>.

2
docs/en/docs/features.md

@ -24,7 +24,7 @@ Interactive API documentation and exploration web user interfaces. As the framew
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* 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>.
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

Loading…
Cancel
Save