From 8a4d625e7539fb5687f9a7d437ed9b5b9a247395 Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Sat, 3 Feb 2024 17:17:32 +0300 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ecd81..beaeb5f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ pip install openapidoc ## Usage -I know the it looks a bit boilerplate but it's all straight-forward. `.render()` method returns the HTML as a string. Thanks to this design, you can extend and configure the pages as you wish (e.g. add extra logic like authentication or authorization). +I know it looks a bit boilerplate but it's all straight-forward. `.render()` method returns the HTML as a string. Thanks to this design, you can extend and configure the pages as you wish (e.g. add extra logic like authentication or authorization). ### FastAPI