diff --git a/README.md b/README.md index fa92ec7..e83d3df 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ response = await client.simple_request_simple_request_get() ## Other features * Written entirely in Python. -* Designed to work with [FastAPI](https://fastapi.tiangolo.com/)'s and [Ddrf-spectacular](https://github.com/tfranzel/drf-spectacular)'s OpenAPI schema generator. +* Designed to work with [FastAPI](https://fastapi.tiangolo.com/)'s and [drf-spectacular](https://github.com/tfranzel/drf-spectacular)'s OpenAPI schema generator. * The generated client only depends on [httpx](https://www.python-httpx.org/) and [Pydantic 2.4](https://docs.pydantic.dev/latest/). * HTTP Basic and HTTP Bearer authentication support. * Support your own configuration - we provide an entry point that will never be overwritten. diff --git a/docs/index.md b/docs/index.md index fa92ec7..e83d3df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,7 +59,7 @@ response = await client.simple_request_simple_request_get() ## Other features * Written entirely in Python. -* Designed to work with [FastAPI](https://fastapi.tiangolo.com/)'s and [Ddrf-spectacular](https://github.com/tfranzel/drf-spectacular)'s OpenAPI schema generator. +* Designed to work with [FastAPI](https://fastapi.tiangolo.com/)'s and [drf-spectacular](https://github.com/tfranzel/drf-spectacular)'s OpenAPI schema generator. * The generated client only depends on [httpx](https://www.python-httpx.org/) and [Pydantic 2.4](https://docs.pydantic.dev/latest/). * HTTP Basic and HTTP Bearer authentication support. * Support your own configuration - we provide an entry point that will never be overwritten.