From 160a1c0e710d04d3c452a45113d7c29d7e528215 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 22 May 2024 23:27:00 +0200 Subject: [PATCH] Fix typo in example pip install command (#1929) --- 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