From f4e9414cf8fd404a9b0b24c16fa1be667321495f Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Tue, 24 Oct 2023 15:52:44 +1300 Subject: [PATCH] spelling --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.