From dea2ae09710fecbc5629580f2078ff30dec5ffd0 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Tue, 21 May 2024 07:59:17 +0200 Subject: [PATCH] Fix typo in example pip install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d6841a9c..e479ff79b 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ You can install them as follows: ```shell $ pip install connexion[swagger-ui] - $ pip install connexion[swagger-ui,uvicorn]. + $ pip install connexion[swagger-ui,uvicorn] ```

(back to top)

@@ -280,4 +280,4 @@ Tools to help you work spec-first: [Pycharm plugin]: https://plugins.jetbrains.com/plugin/14837-openapi-swagger-editor [examples]: https://github.com/spec-first/connexion/blob/main/examples [Releases]: https://github.com/spec-first/connexion/releases -[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png \ No newline at end of file +[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png